diff options
Diffstat (limited to 'edit')
-rw-r--r-- | edit/005-sandbox.mu | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/edit/005-sandbox.mu b/edit/005-sandbox.mu index 47ca5aec..0bd76338 100644 --- a/edit/005-sandbox.mu +++ b/edit/005-sandbox.mu @@ -182,7 +182,10 @@ def run-sandboxes env:&:environment, resources:&:resources, screen:&:screen -> e } <run-sandboxes-end> +return - $system [./snapshot_lesson] + { + break-if resources # ignore this in tests + $system [./snapshot_lesson] + } ] # load code from disk |