We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f67c32 commit 8bf0962Copy full SHA for 8bf0962
.github/workflows/htcondor-tests.yml
@@ -217,8 +217,8 @@ jobs:
217
while [ \$ELAPSED -lt \$TIMEOUT ]; do
218
condor_q || true
219
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
+ tail -n 20 working/GW150914_095045/bilby-IMRPhenomXPHM/log_data_analysis/*.out || true
+ for f in working/GW150914_095045/bilby-IMRPhenomXPHM/result/*merge*_result.hdf5; do
222
[ -e "\$f" ] && RESULT_COUNT=\$((RESULT_COUNT + 1))
223
done
224
if [ \$RESULT_COUNT -gt 0 ]; then
0 commit comments