summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-07-31 18:32:38 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-07-31 22:33:04 +1000
commit9cc1d6528068d6552fd72461a2ad49987edd39da (patch)
tree9aeaf86ce1fa3d2bb5fc19c227042c78fbd5f2a0 /scripts
parent71d2fd37e2ff8214d5af3135ab3a355971789dc2 (diff)
Add demo test variant
We're piggybacking on our existing integration test framework to record demos that we can include in our docs
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/record_demo.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/record_demo.sh b/scripts/record_demo.sh
new file mode 100755
index 000000000..67b950a53
--- /dev/null
+++ b/scripts/record_demo.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+demo/record_demo.sh "$@"