Browse Source

Output ending timestamp in run-experiment

Ian Goldberg 2 years ago
parent
commit
00b508dd1a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docker/run-experiment

+ 2 - 1
docker/run-experiment

@@ -12,7 +12,7 @@ done
 shift $((OPTIND-1))
 
 echo ===== Running prac $opts -- $*
-date "+===== %s %F %T"
+date "+===== Start %s %F %T"
 
 # Run, saving the output
 savefile0=$$.p0.out
@@ -31,3 +31,4 @@ docker exec -w /root/prac prac_p1 rm -f $savefile1
 echo ===== P2 output
 docker exec -w /root/prac prac_p2 cat $savefile2
 docker exec -w /root/prac prac_p2 rm -f $savefile2
+date "+===== End %s %F %T"