Skip to content

Commit

Permalink
Break tests down to their elements
Browse files Browse the repository at this point in the history
  • Loading branch information
jonct committed Jul 7, 2024
1 parent 16fdad4 commit f5d9e9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF
for path in /etc/systemd/network* /etc/systemd/resolve* /etc/resolv.conf ; do
echo "✳️ \$path"
Expand Down

0 comments on commit f5d9e9d

Please sign in to comment.