search for: 31b3562

Displaying 2 results from an estimated 2 matches for "31b3562".

2014 Sep 23
0
[PATCH 10/13] syntax-check: fix prohibit_test_minus_ao check
...stamp-script1.sh -o ! -f stamp-script2.sh ]; then +if [ ! -f stamp-script1.sh || ! -f stamp-script2.sh ]; then echo "$0: one of the two test scripts did not run." exit 1 fi diff --git a/tests/qemu/qemu-snapshot-isolation.sh b/tests/qemu/qemu-snapshot-isolation.sh index daa210f..31b3562 100755 --- a/tests/qemu/qemu-snapshot-isolation.sh +++ b/tests/qemu/qemu-snapshot-isolation.sh @@ -98,7 +98,7 @@ fi if [ "$(md5sum isolation2.img | awk '{print $1}')" != "$isolation2_md5sum" ]; then serious_error fi -if [ "$supports_qcow2" = "yes&qu...
2014 Sep 23
27
[PATCH 00/13] syntax-check
Hi Rich, This series includes patches to make `make syntax-check` pass. Some of the fix require change to maint.mk, but the file is not in git repo. Is it intended? Thanks! Hu Tao (13): syntax-check: dirty hack to pass bindtextdomain check syntax-check: fix error_message_period check syntax-check: fix makefile_at_at_check syntax-check: fix prohibit_assert_without_use check