Browse Source

Typo in logfile name to parse for test run

Ian Goldberg 1 year ago
parent
commit
8ab13f5a44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Docker/repro

+ 1 - 1
Docker/repro

@@ -120,7 +120,7 @@ if [ "$whichexps" = "test" ]; then
         write_1us_100gbit_2_preproc_2P.out${LOGSUFFIX} \
         write_1us_100gbit_2_online_2P.out${LOGSUFFIX} \
         read_1us_100gbit_2_preproc_3P.out${LOGSUFFIX} \
-        read_1us_100gbit_2_online_3P.out${LOGSUFFIX}
+        readwrite_1us_100gbit_2_online_3P.out${LOGSUFFIX}
     exit
 fi