Skip to content

Commit d6f1731

Browse files
committed
run_tests.sh: Add confirm_sip worker
Also run the "confirm_sip" worker on the run_test.sh worker launcher.
1 parent 3c112ea commit d6f1731

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run_test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
rq worker download_object &
99
rq worker create_sip &
1010
rq worker submit_sip &
11+
rq worker confirm_sip &
1112

1213
# Wait a bit for workers to start and stop outputting to console
1314
sleep 1

0 commit comments

Comments
 (0)