]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
fixed an error message
authorBVK Chaitanya <bvk.groups@gmail.com>
Tue, 12 Jan 2010 03:30:55 +0000 (09:00 +0530)
committerBVK Chaitanya <bvk.groups@gmail.com>
Tue, 12 Jan 2010 03:30:55 +0000 (09:00 +0530)
ChangeLog.unit-testing-framework
tests/util/grub-shell-tester.in

index a451108c4dd8730d1aef108dd2583854dca8e10b..5fd7a2f2886b34b90ab456b817036ca0c00c3cef 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-12  BVK Chaitanya  <bvk@dbook>
+
+       * tests/util/grub-shell-tester.in: Fix error message.
+
 2010-01-08  BVK Chaitanya  <bvk.groups@gmail.com>
 
        Unit testing framework for GRUB.
index 18f5e79b78d78cc1bcedc67fe21515dd8cabdea1..6ed4ebcac8e9485084daa860f66dff9760da459f 100644 (file)
@@ -98,7 +98,7 @@ bash ${source} >${outfile2}
 
 if ! diff -q ${outfile1} ${outfile2} >/dev/null
 then
-  echo "$1: GRUB and BASH outputs (${outfile1}, ${outfile2}) did not match"
+  echo "${source}: GRUB and BASH outputs did not match (see diff -u ${outfile1} ${outfile2})"
   status=1
 else
     rm -f ${outfile1} ${outfile2}