]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
testcase for blank lines in grub script
authorBVK Chaitanya <bvk.groups@gmail.com>
Fri, 26 Mar 2010 18:11:46 +0000 (23:41 +0530)
committerBVK Chaitanya <bvk.groups@gmail.com>
Fri, 26 Mar 2010 18:11:46 +0000 (23:41 +0530)
1  2 
ChangeLog

diff --cc ChangeLog
index c67e024ba5df17bfa32b6e230619e1a416a475c3,8fd3eb176f3b25f07646f6333bfe64f94e029e86..8d2f73c486420abd79c5a69bbff6d91b625049bc
+++ b/ChangeLog
@@@ -1,16 -1,3 +1,23 @@@
++2010-03-26  BVK Chaitanya  <bvk@localhost>
++
++      Blank lines testcase for GRUB script.
++
++      * tests/grub_script_blanklines.in: New testcase.
++      * conf/tests.rmk: Rules for the new testcase.
++
 +2010-03-26  Vladimir Serbinenko  <phcoder@gmail.com>
 +
 +      Don't use __FILE__.
 +
 +      * genmk.rb: Add -DGRUB_FILE to all C targets.
 +      * fs/reiserfs.c: Replace __FILE__ with GRUB_FILE.
 +      * include/grub/list.h: Likewise.
 +      * include/grub/misc.h: Likewise.
 +      * include/grub/mm.h: Likewise.
 +      * include/grub/test.h: Likewise.
 +      * kern/mm.c: Likewise.
 +      * lib/libgcrypt_wrap/cipher_wrap.h: Likewise.
 +
  2010-03-26  Vladimir Serbinenko  <phcoder@gmail.com>
  
        Sunpc partitions support.