Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jip-Hop committed Jul 9, 2024
1 parent 39e7fc6 commit b6a0867
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -euo pipefail

# TODO: test jlmkr.py from inside another working directory, with a relative path to a config file to test if it uses the config file (and doesn't look for it relative to the jlmkr.py file itself)

./jlmkr.py create --start --config=./templates/docker/config test
./jlmkr.py exec test journalctl
./jlmkr.py exec test systemctl status dockerd
./jlmkr.py exec test docker run hello-world
./jlmkr.py create --start --config=./templates/docker/config test || true
./jlmkr.py exec test systemctl status docker || true
./jlmkr.py exec test journalctl -xeu docker.service || true
# ./jlmkr.py exec test docker run hello-world

0 comments on commit b6a0867

Please sign in to comment.