From f5d9e9df79648274a209e631aa79727bf976d9f7 Mon Sep 17 00:00:00 2001 From: jonct <2807816+jonct@users.noreply.github.com> Date: Sun, 7 Jul 2024 19:22:28 -0400 Subject: [PATCH] Break tests down to their elements --- test/test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test.sh b/test/test.sh index e5ac93e..37580f0 100755 --- a/test/test.sh +++ b/test/test.sh @@ -4,7 +4,8 @@ set -euo pipefail # TODO: create a path and/or zfs pool with a space in it to test if jlmkr.py still works properly when ran from inside # mkdir -p "/tmp/path with space/jailmaker" -./jlmkr.py create examiner --start +./jlmkr.py create examiner +./jlmkr.py start examiner ./jlmkr.py exec examiner bash <