Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion test/framework/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,9 @@ def test_avail_cfgfile_constants(self):
os.remove(dummylogfn)
sys.path[:] = orig_sys_path

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

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