Skip to content

Commit 7b64c57

Browse files
committed
CI: fix the correct python test program file
1 parent 3dad35c commit 7b64c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

darshan-test/python_runtime_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def test_os_dup(tmpdir):
241241
test_script_path = os.path.join(root_path,
242242
"darshan-test",
243243
"python_mpi_scripts",
244-
"runtime_prog_issue_690.py")
244+
"runtime_prog_issue_1072.py")
245245
darshan_lib_path = os.path.join(darshan_install_path,
246246
"lib",
247247
"libdarshan.so")

0 commit comments

Comments
 (0)