fix writing to log file

This commit is contained in:
Thomas Levine 2016-02-28 15:21:47 +00:00
parent a3c0a50c72
commit 539e3f1c0d

3
urchin
View File

@ -165,8 +165,7 @@ recurse() {
fi
elapsed=$(($finish - $start))
printf "${potential_test}\t${the_test_shell}\t${result}\t${elapsed}" \
printf "${potential_test}\t${the_test_shell}\t${result}\t${elapsed}\n" \
>> $tmp/log
if $exit_on_not_ok && test 0 -ne $exit_code; then
return 1