aboutgitcodebugslistschat
path: root/test/run
diff options
context:
space:
mode:
Diffstat (limited to 'test/run')
-rwxr-xr-xtest/run8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/run b/test/run
index dadd983..c91122d 100755
--- a/test/run
+++ b/test/run
@@ -128,6 +128,14 @@ demo() {
MODE=pasta
test demo
video_stop 0
+ teardown demo_pasta
+
+ layout_demo_podman
+ video_grab demo_podman
+ MODE=podman
+ test demo
+ video_stop 0
+ teardown_demo_podman
return 0
}