about summary refs log tree commit diff stats
path: root/sandbox
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-03-12 00:58:21 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-03-12 00:59:15 -0800
commitb7717659a14748502a469490f572915c5ebd9c98 (patch)
treecb06f675c7ce85f207ab9e20c06b298924d4e91a /sandbox
parent2c53c3d0a921aec9825946be8dc37eff95b95485 (diff)
downloadmu-b7717659a14748502a469490f572915c5ebd9c98.tar.gz
3790
Don't try to snapshot in scenarios.
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/005-sandbox.mu5
1 files changed, 4 insertions, 1 deletions
diff --git a/sandbox/005-sandbox.mu b/sandbox/005-sandbox.mu
index 89feed60..be3c1f5d 100644
--- a/sandbox/005-sandbox.mu
+++ b/sandbox/005-sandbox.mu
@@ -173,7 +173,10 @@ def run-sandboxes env:&:environment, resources:&:resources, screen:&:screen -> e
     loop
   }
   <run-sandboxes-end>
-  $system [./snapshot_lesson]
+  {
+    break-if resources  # ignore this in tests
+    $system [./snapshot_lesson]
+  }
 ]
 
 # load code from disk