File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments