File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ def run_hooks():
271
271
"== Running pre-single_extension hook..." ,
272
272
"this is run before installing an extension" ,
273
273
"== Running fail hook..." ,
274
- "EasyBuild FAIL: ' oops' " ,
274
+ "EasyBuild FAIL: oops" ,
275
275
"== Running crash hook..." ,
276
276
"EasyBuild CRASHED, oh no! => boom!" ,
277
277
"== Running post-easyblock hook..." ,
Original file line number Diff line number Diff line change @@ -1778,7 +1778,7 @@ def test_external_dependencies(self):
1778
1778
write_file (toy_ec , ectxt + extraectxt )
1779
1779
1780
1780
if isinstance (self .modtool , Lmod ):
1781
- err_msg = r"Module command \\ '.*load nosuchbuilddep/0.0.0\\ ' failed"
1781
+ err_msg = r"Module command '.*load nosuchbuilddep/0.0.0' failed"
1782
1782
else :
1783
1783
err_msg = r"Unable to locate a modulefile for 'nosuchbuilddep/0.0.0'"
1784
1784
@@ -1791,7 +1791,7 @@ def test_external_dependencies(self):
1791
1791
write_file (toy_ec , ectxt + extraectxt )
1792
1792
1793
1793
if isinstance (self .modtool , Lmod ):
1794
- err_msg = r"Module command \\ '.*load nosuchmodule/1.2.3\\ ' failed"
1794
+ err_msg = r"Module command '.*load nosuchmodule/1.2.3' failed"
1795
1795
else :
1796
1796
err_msg = r"Unable to locate a modulefile for 'nosuchmodule/1.2.3'"
1797
1797
You can’t perform that action at this time.
0 commit comments