소스 검색

Mark test output from repro

Ian Goldberg 1 년 전
부모
커밋
30af206359
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      docker/repro

+ 6 - 0
docker/repro

@@ -73,7 +73,13 @@ parse() {
 if [ "$whichexps" = "test" ]; then
     echo "Running test experiment..."
     run 16 1us 100gbit 2
+    echo
+    echo "# Test output"
+    echo
     parse read_1us_100gbit_2.out${LOGSUFFIX}
+    echo
+    echo "# End test output"
+    echo
     exit
 fi