summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrun5
1 files changed, 5 insertions, 0 deletions
diff --git a/run b/run
index f4d8444..a8de64e 100755
--- a/run
+++ b/run
@@ -81,6 +81,11 @@ run()
test -n "$DTF_RESULT_TARBALL" \
&& cp "$DTF_RESULT_TARBALL" $dtf_resultdir/$dtf_test_id.tar.gz
+ { echo "---"
+ echo "exit_status: $rv"
+ echo "finished: \"$(date)\""
+ } >> "$dtf_resultdir/$dtf_test_id.result"
+
exit $rv
) 2>&1 | eval $output_wrapper
rv=$?