瀏覽代碼

Mark test output from repro

Ian Goldberg 1 年之前
父節點
當前提交
5d2c304a2e
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      repro

+ 6 - 0
repro

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