Skip to content

Commit

Permalink
debug test sleep command
Browse files Browse the repository at this point in the history
  • Loading branch information
iulusoy committed Jul 26, 2024
1 parent 347093a commit 39fd6f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/test_wrstart.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ def run_wrstart(get_chain, set_vars):
print("Looking for finished job..")
print(result.stdout)
print(result.stderr)
os.system(f"ls {set_vars}/output")
print("cat wrstart1.log")
os.system(f"cat {set_vars}/output/wrstart1.log")
print("cat wruniq1.log")
os.system(f"cat {set_vars}/output/wruniq1.log")

os.system("ls ${POWR_WORK}")
os.system("ls ${POWR_WORK}/wrdata1")
Expand Down

0 comments on commit 39fd6f6

Please sign in to comment.