There was an error while loading. Please reload this page.
1 parent 721ff95 commit 004cf3cCopy full SHA for 004cf3c
1 file changed
prodtests/full-system-test/convert-raw-to-tf-file.sh
@@ -34,7 +34,7 @@ RD_PID=$!
34
echo Readout PID: $RD_PID
35
36
echo Waiting for data to arrive
37
-while [ `ls 20*/00000001.tf 2> /dev/null | wc -l` == "0" ]; do
+while [ `ls run*_20*/run*_tf00000001.tf 2> /dev/null | wc -l` == "0" ]; do
38
sleep 1
39
done
40
echo Data is arriving, waiting 20 seconds to be sure
0 commit comments