Skip to content

Commit 56b7c98

Browse files
committed
Merge branch 'develop' into 4.4.x
2 parents 1fbe239 + e9f8447 commit 56b7c98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/framework/options.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,9 @@ def test_avail_cfgfile_constants(self):
807807
os.remove(dummylogfn)
808808
sys.path[:] = orig_sys_path
809809

810-
def test_list_easyblocks(self):
810+
# use test_000_* to ensure this test is run *first*,
811+
# before any tests that pick up additional easyblocks (which are difficult to clean up)
812+
def test_000_list_easyblocks(self):
811813
"""Test listing easyblock hierarchy."""
812814

813815
fd, dummylogfn = tempfile.mkstemp(prefix='easybuild-dummy', suffix='.log')

0 commit comments

Comments
 (0)