We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2f3e3 commit 342ce3bCopy full SHA for 342ce3b
1 file changed
prodtests/full-system-test/run-workflow-on-inputlist.sh
@@ -89,6 +89,13 @@ if [[ "0$4" != "00" ]]; then
89
kill $PID_LOG
90
fi
91
92
+for i in `seq 1 $NUM_PROCS`; do
93
+ [[ $RETVAL == 0 ]] && break
94
+ PID_VAR="PID$i"
95
+ wait ${!PID_VAR}
96
+ RETVAL=$?
97
+done
98
+
99
fairmq-shmmonitor --session $OVERRIDE_SESSION --cleanup
100
101
if [[ $RETVAL == 0 ]]; then
0 commit comments