Code cleanup
This commit is contained in:
parent
f392915040
commit
88a40ac5bb
|
@ -31,7 +31,7 @@ _fail()
|
|||
|
||||
shift
|
||||
echo -n "$test:" 1>&2
|
||||
(echo ""
|
||||
(echo
|
||||
echo "Testing: ./$test" "$@"
|
||||
"./$test" "$@") >> "$target" 2>&1
|
||||
res=$?
|
||||
|
@ -53,7 +53,7 @@ _test()
|
|||
|
||||
shift
|
||||
echo -n "$test:" 1>&2
|
||||
(echo ""
|
||||
(echo
|
||||
echo "Testing: ./$test" "$@"
|
||||
"./$test" "$@") >> "$target" 2>&1
|
||||
res=$?
|
||||
|
|
Loading…
Reference in New Issue
Block a user