updated regression test scripts for old /bin/sh
This commit is contained in:
parent
d70bc70ded
commit
417d901dad
@ -237,7 +237,7 @@ test)
|
|||||||
;;
|
;;
|
||||||
leakcheck)
|
leakcheck)
|
||||||
bin_valgrind="`which valgrind 2> /dev/null || echo ""`"
|
bin_valgrind="`which valgrind 2> /dev/null || echo ""`"
|
||||||
[ -z "${bin_valgrind}" ] && {
|
[ -n "${bin_valgrind}" -a -f "${bin_valgrind}" ] || {
|
||||||
echo_so "valgrind not found. cannot perform this test"
|
echo_so "valgrind not found. cannot perform this test"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
@ -117,7 +117,7 @@ test)
|
|||||||
;;
|
;;
|
||||||
leakcheck)
|
leakcheck)
|
||||||
bin_valgrind="`which valgrind 2> /dev/null || echo ""`"
|
bin_valgrind="`which valgrind 2> /dev/null || echo ""`"
|
||||||
[ -z "${bin_valgrind}" ] && {
|
[ -n "${bin_valgrind}" -a -f "${bin_valgrind}" ] || {
|
||||||
echo_so "valgrind not found. cannot perform this test"
|
echo_so "valgrind not found. cannot perform this test"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user