We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26daf20 commit f68d1aeCopy full SHA for f68d1ae
1 file changed
MC/run/ANCHOR/tests/test_looper.sh
@@ -102,7 +102,7 @@ cd ${WORKING_DIR}
102
# now we submit all the jobs in the background and wait for them to return
103
declare -A logfiles
104
declare -A urls
105
-for s in `ls submit*.sh`; do
+for s in submit*.sh; do
106
echo "submitting ${s}"
107
export GRID_SUBMIT_WORKDIR="${WORKING_DIR}/${s}_workdir"
108
(
@@ -144,7 +144,7 @@ wait
144
echo "-- Jobs done ... validating --"
145
146
FINAL_SUCCESS=0
147
148
# find output path
149
TEST_OUTPUT_PATH="${WORKING_DIR}/${s}_workdir" # $(grep "Local working directory is" log_${s} | awk '//{print $5}')
150
@@ -172,4 +172,4 @@ fi
172
#TODO: echo "-- Cleaning up ... "
173
cd ..
174
175
-exit ${FINAL_SUCCESS}
+exit ${FINAL_SUCCESS}
0 commit comments