Skip to content

Commit 44f0d57

Browse files
committed
FST: Adapt to modified StfBuilder TF name
1 parent 7cfe7ce commit 44f0d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)