Code cleanup
This commit is contained in:
parent
64d33eab02
commit
f8d103c891
|
@ -28,7 +28,7 @@ _fail()
|
|||
|
||||
shift
|
||||
echo -n "$test:" 1>&2
|
||||
(echo ""
|
||||
(echo
|
||||
echo "Testing: ./$test" "$@"
|
||||
"./$test" "$@") >> "$target" 2>&1
|
||||
res=$?
|
||||
|
@ -47,7 +47,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