Skip to content

Commit 75dde7f

Browse files
author
Theofilos Manitaras
committed
Remove stale comment lines
1 parent 818b114 commit 75dde7f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

unittests/test_cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,6 @@ def test_use_module_path(run_reframe, user_exec_ctx):
674674
config_file=fixtures.USER_CONFIG_FILE, action='run',
675675
system=rt.runtime().system.name
676676
)
677-
#ms.searchpath_remove(module_path)
678677
assert 'Traceback' not in stdout
679678
assert 'Traceback' not in stderr
680679
assert "could not load module 'testmod_foo' correctly" not in stdout
@@ -695,7 +694,6 @@ def test_overwrite_module_path(run_reframe, user_exec_ctx):
695694
config_file=fixtures.USER_CONFIG_FILE, action='run',
696695
system=rt.runtime().system.name
697696
)
698-
#ms.searchpath_remove(module_path)
699697
assert 'Traceback' not in stdout
700698
assert 'Traceback' not in stderr
701699
assert "could not load module 'testmod_foo' correctly" not in stdout

0 commit comments

Comments
 (0)