Skip to content

Commit

Permalink
add more output to testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
plavin committed Sep 24, 2024
1 parent 34c1133 commit 0d6206c
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 @@ -200,6 +200,6 @@ def _setup_ariel_test_files(self):

# Check that everything compiled OK
#self.assertTrue(rtn0.result() == 0, "libarielapi failed to compile")
self.assertTrue(rtn1.result() == 0, "stream apps failed to compile")
self.assertTrue(rtn1.result() == 0, "stream apps failed to compile.\nResult was {0}.\nStandard out was:\n{1}\nStandard err was:\n{2}", rtn1.result(), rtn1.output(), rtn1.error())
self.assertTrue(rtn2.result() == 0, "ompmybarrier.c failed to compile")

0 comments on commit 0d6206c

Please sign in to comment.