avadapal %!s(int64=2) %!d(string=hai) anos
pai
achega
a4146d9a42
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Docker/repro.sh

+ 2 - 2
Docker/repro.sh

@@ -55,9 +55,9 @@ run() {
     now=`date`
     echo "$now: Running $1 $2 $3 $4 $5 ..."
     logfile="${1}_${3}_${4}_${5}.out${LOGSUFFIX}"
-    ./set-networking $3 $4
+    sh set-networking.sh $3 $4
     echo "Network setup: $3 $4" >> $logfile
-    ./run-experiment $1 $2 $5 >> $logfile
+    sh run-experiment.sh $1 $2 $5 >> $logfile
 }
 
 # Parse the output logs.  We run this in the docker in case you don't