Skip to content
Snippets Groups Projects
Commit 0ff78f8c authored by Reuben D. Budiardja's avatar Reuben D. Budiardja
Browse files

Fixed bug in MILC retest script.

parent 7fe9bf83
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ EOF
#submit job and touch .running file - marker to infrastructure that
qsub ${PACKAGE}.pbs 2>&1 ${SW_BLDDIR}/.running
qsub ${PACKAGE}.pbs 2>&1 > ${SW_BLDDIR}/.running
# qsub returns 0 on successful job launch, so if failure return 1
if [ $? -ne 0 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment