Skip to content

Commit

Permalink
fix hardcoded build path in pytest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedsnyder committed May 2, 2024
1 parent d7b6f78 commit 7c67cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darshan-test/python_runtime_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_runtime_heatmap_div_by_zero(tmpdir):
"CLOCK_REALTIME_COARSE"))

new_install_path = os.path.join(cwd, "darshan", "darshan_install")
os.chdir(os.path.join("darshan", "darshan-runtime", "build"))
os.chdir(os.path.join("darshan", "darshan-runtime", "darshan_build"))
myenv = os.environ.copy()
myenv["CC"] = "mpicc"
subprocess.check_output(["../configure",
Expand Down

0 comments on commit 7c67cf5

Please sign in to comment.