Skip to content

Commit 815f500

Browse files
committed
fix
1 parent 1ba92bb commit 815f500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_submit_jobs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ class TestSubmitJobs(unittest.TestCase):
99

1010
def setUp(self):
1111
"""Ensure a clean Ganga job list before running tests."""
12-
subprocess.run(["ganga", "-e", "jobs.clear()"], capture_output=True, text=True)
12+
subprocess.run(["ganga", submit_script], input="y\n", text=True, capture_output=True)
1313

1414
def test_submit_jobs(self):
15-
15+
1616
"""Test if submit_jobs.py successfully creates and runs Ganga jobs."""
1717

1818
# Run the job submission script

0 commit comments

Comments
 (0)