File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ if [ -z ${1+x} ]; then ITERATIONS=1; else ITERATIONS=$1; fi
4545
4646# Prepare create command...
4747read -r -d ' ' CMD_CREATE << EOM
48- coconut e c -w readout-dataflow@flp-suite-v0.11.0 -e '{"hosts":["centosvmtest0"],"dd_enabled":"true","qcdd_enabled":"true"}'
48+ coconut e c -w readout-dataflow@master -e '{"hosts":["centosvmtest0"],"dd_enabled":"true","qcdd_enabled":"true"}'
4949EOM
5050
5151# Zero the output files
@@ -116,4 +116,4 @@ dt3=$(echo "$dt2-3600*$dh" | bc)
116116dm=$( echo " $dt3 /60" | bc)
117117ds=$( echo " $dt3 -60*$dm " | bc)
118118
119- LC_NUMERIC=C printf " ${(l: 3:: 0: )ITERATIONS} iterations done in %d:%02d:%02d:%02.4f\n" $dd $dh $dm $ds
119+ LC_NUMERIC=C printf " ${(l: 3:: 0: )ITERATIONS} iterations done in %d:%02d:%02d:%02.4f\n" $dd $dh $dm $ds
You can’t perform that action at this time.
0 commit comments