File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ cd ${WORKING_DIR}
102102# now we submit all the jobs in the background and wait for them to return
103103declare -A logfiles
104104declare -A urls
105- for s in ` ls submit* .sh` ; do
105+ for s in submit* .sh; do
106106 echo " submitting ${s} "
107107 export GRID_SUBMIT_WORKDIR=" ${WORKING_DIR} /${s} _workdir"
108108 (
144144echo " -- Jobs done ... validating --"
145145
146146FINAL_SUCCESS=0
147- for s in ` ls submit* .sh` ; do
147+ for s in submit* .sh; do
148148 # find output path
149149 TEST_OUTPUT_PATH=" ${WORKING_DIR} /${s} _workdir" # $(grep "Local working directory is" log_${s} | awk '//{print $5}')
150150
172172# TODO: echo "-- Cleaning up ... "
173173cd ..
174174
175- exit ${FINAL_SUCCESS}
175+ exit ${FINAL_SUCCESS}
You can’t perform that action at this time.
0 commit comments