Skip to content

Commit

Permalink
regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Sep 23, 2024
1 parent 6a6844b commit 5aa8f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/framework/toy_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1532,7 +1532,7 @@ def test_toy_module_fulltxt(self):
] + modloadmsg_lua + [
r'end',
r'setenv\("TOY", "toy-0.0"\)',
r'io.stderr:write\("oh hai\!"\)$',
r'io.stderr:write\("oh hai\!"\)',
r'-- Built with EasyBuild version .*',
])
elif get_module_syntax() == 'Tcl':
Expand Down Expand Up @@ -1573,7 +1573,7 @@ def test_toy_module_fulltxt(self):
] + modloadmsg_tcl + [
r'}',
r'setenv TOY "toy-0.0"',
r'puts stderr "oh hai\!"$',
r'puts stderr "oh hai\!"',
r'# Built with EasyBuild version .*',
])
else:
Expand Down

0 comments on commit 5aa8f9b

Please sign in to comment.