Skip to content

Commit 55f0840

Browse files
committed
fix mpi tests
1 parent 7994778 commit 55f0840

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sst/elements/ariel/tests/testsuite_mpi_Ariel.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ def initializeClass(self, testName):
2323
# NOTE: This method is called once for every test
2424

2525
def setUp(self):
26-
super(type(self), self).setUp()
2726
# Put test based setup code here. it is called once before every test
27+
super(type(self), self).setUp()
28+
initializeTestModule_SingleInstance(self)
2829
self._setup_ariel_test_files()
2930

3031
# Test that the output contains the specified line. Because the programs are

0 commit comments

Comments
 (0)