Skip to content

Commit 54c8ee7

Browse files
committed
enable raising of errors in test_easystack_basic
1 parent 068581b commit 54c8ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5621,7 +5621,7 @@ def test_easystack_basic(self):
56215621
toy_easystack = os.path.join(topdir, 'easystacks', 'test_easystack_basic.yaml')
56225622

56235623
args = ['--easystack', toy_easystack, '--stop', '--debug', '--experimental']
5624-
stdout, err = self.eb_main(args, do_build=True, return_error=True)
5624+
stdout = self.eb_main(args, do_build=True, raise_error=True)
56255625
patterns = [
56265626
r"[\S\s]*INFO Building from easystack:[\S\s]*",
56275627
r"[\S\s]*DEBUG EasyStack parsed\. Proceeding to install these Easyconfigs:.*?[\n]"

0 commit comments

Comments
 (0)