Skip to content

Commit dea8685

Browse files
Modified test script to recognise gadi PBS job string (#224)
1 parent 12f8a8a commit dea8685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/exp_test_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def force_qsub_run(self):
300300

301301
# Read the qsub id of the collate job from the stdout.
302302
# Payu puts this here.
303-
m = re.search(r'(\d+.r-man2)\n', stdout)
303+
m = re.search(r'(\d+.gadi-pbs)\n', stdout)
304304
if m is None:
305305
print('Error: qsub id of collate job.', file=sys.stderr)
306306
return 3, stdout, stderr, output_files

0 commit comments

Comments
 (0)