Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
plavin committed Sep 24, 2024
1 parent 3785c3a commit 5ee2af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sst/elements/ariel/tests/testsuite_default_Ariel.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def _setup_ariel_test_files(self):
ArielApiDir = "{0}/src/sst/elements/ariel/api".format(ElementsBuildDir)
current_ld_library_path = os.environ.get("LD_LIBRARY_PATH", "")

OSCommand("make", set_cwd=ArielApiDir)
OSCommand("make", set_cwd=ArielApiDir).run()

if current_ld_library_path != "":
new_ld_library_path = f"{current_ld_library_path}:{ArielApiDir}"
Expand Down

0 comments on commit 5ee2af5

Please sign in to comment.