Skip to content

Commit

Permalink
remove extraenous lines
Browse files Browse the repository at this point in the history
  • Loading branch information
plavin committed Sep 25, 2024
1 parent e88b708 commit 437e6bb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/sst/elements/ariel/tests/testsuite_default_Ariel.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,6 @@ def _setup_ariel_test_files(self):

os.environ["LD_LIBRARY_PATH"] = new_ld_library_path

log_debug("LD_LIBRARY_PATH is now {0}".format(os.environ["LD_LIBRARY_PATH"]))

rtnX = OSCommand("ls", set_cwd=ArielApiDir).run()
log_debug("Contents of {0} directory:\n{1}".format(ArielApiDir,rtnX.output()))

log_debug("LD_LIBRARY_PATH is now {0}".format(os.environ["LD_LIBRARY_PATH"]))

# Now build the Ariel stream example
cmd = "make"
rtn1 = OSCommand(cmd, set_cwd=self.ArielElementStreamDir).run()
Expand Down

0 comments on commit 437e6bb

Please sign in to comment.