Phillip Smyth pushed to branch mac_fixes at BuildStream / buildstream
WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below.
Deleted commits:
-
8bb734f6
by knownexus at 2018-09-07T13:18:49Z
1 changed file:
Changes:
... | ... | @@ -48,6 +48,7 @@ class SandboxChroot(Sandbox): |
48 | 48 |
|
49 | 49 |
def run(self, command, flags, *, cwd=None, env=None):
|
50 | 50 |
|
51 |
+ raise SandboxError("\n\n\n\n\nIT WAS RUN!!!!!\n\n\n\n\n", reason="coz")
|
|
51 | 52 |
# Default settings
|
52 | 53 |
if cwd is None:
|
53 | 54 |
cwd = self._get_work_directory()
|