Skip to content

Commit 004cf3c

Browse files
committed
Full system test: Adapt to some renaming in DD
1 parent 721ff95 commit 004cf3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prodtests/full-system-test/convert-raw-to-tf-file.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RD_PID=$!
3434
echo Readout PID: $RD_PID
3535

3636
echo Waiting for data to arrive
37-
while [ `ls 20*/00000001.tf 2> /dev/null | wc -l` == "0" ]; do
37+
while [ `ls run*_20*/run*_tf00000001.tf 2> /dev/null | wc -l` == "0" ]; do
3838
sleep 1
3939
done
4040
echo Data is arriving, waiting 20 seconds to be sure

0 commit comments

Comments
 (0)