Skip to content

Commit f4a4fff

Browse files
committed
fix: use -summary option for condor_watch_q
1 parent e830277 commit f4a4fff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-htcondor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
# -table is an option for CI workflows that do not have an TTY attached
6464
echo "Monitoring Cluster ID: 1"
65-
docker exec -u test_user condor-local condor_watch_q -table -exit all,done -clusters 1
65+
docker exec -u test_user condor-local condor_watch_q -summary -exit all,done -clusters 1
6666
6767
- name: Verify Job Output Logs
6868
run: |

0 commit comments

Comments
 (0)