Skip to content

Commit ff313ea

Browse files
committed
test
1 parent 2c7d5ab commit ff313ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/framework/toy_build.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,8 @@ def test_toy_permissions_installdir(self):
626626
)
627627
for extra_args in test_cases:
628628
self.mock_stdout(True)
629-
self.test_toy_build(ec_file=test_ec, extra_args=['--read-only-installdir'] + extra_args, force=False)
629+
self.test_toy_build(ec_file=test_ec, extra_args=['--read-only-installdir'] + extra_args,
630+
force=False, raise_error=True)
630631
self.mock_stdout(False)
631632

632633
installdir_perms = os.stat(os.path.dirname(toy_install_dir)).st_mode & 0o777

0 commit comments

Comments
 (0)