We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118acf5 commit 38e2e5cCopy full SHA for 38e2e5c
1 file changed
hacking/test.sh
@@ -45,7 +45,7 @@ if [ -z ${1+x} ]; then ITERATIONS=1; else ITERATIONS=$1; fi
45
46
# Prepare create command...
47
read -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"}'
+coconut e c -w readout-dataflow@master -e '{"hosts":["centosvmtest0"],"dd_enabled":"true","qcdd_enabled":"true"}'
49
EOM
50
51
# Zero the output files
@@ -116,4 +116,4 @@ dt3=$(echo "$dt2-3600*$dh" | bc)
116
dm=$(echo "$dt3/60" | bc)
117
ds=$(echo "$dt3-60*$dm" | bc)
118
119
-LC_NUMERIC=C printf "${(l:3::0:)ITERATIONS} iterations done in %d:%02d:%02d:%02.4f\n" $dd $dh $dm $ds
+LC_NUMERIC=C printf "${(l:3::0:)ITERATIONS} iterations done in %d:%02d:%02d:%02.4f\n" $dd $dh $dm $ds
0 commit comments