Skip to content

Commit 8bf0962

Browse files
Fix the watched bilby file location
1 parent 5f67c32 commit 8bf0962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/htcondor-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ jobs:
217217
while [ \$ELAPSED -lt \$TIMEOUT ]; do
218218
condor_q || true
219219
RESULT_COUNT=0
220-
tail -n 20 working/GW150914_095045/bilby-IMRPhenomXPHM/log_*/*.err || true
221-
for f in working/GW150914_095045/bilby-IMRPhenomXPHM/*merge*_result.hdf5; do
220+
tail -n 20 working/GW150914_095045/bilby-IMRPhenomXPHM/log_data_analysis/*.out || true
221+
for f in working/GW150914_095045/bilby-IMRPhenomXPHM/result/*merge*_result.hdf5; do
222222
[ -e "\$f" ] && RESULT_COUNT=\$((RESULT_COUNT + 1))
223223
done
224224
if [ \$RESULT_COUNT -gt 0 ]; then

0 commit comments

Comments
 (0)