diff options
author | Julien Dessaux | 2021-01-13 15:38:19 +0100 |
---|---|---|
committer | Julien Dessaux | 2021-01-13 15:38:19 +0100 |
commit | 19e747f1669d8ae64619686569929a59d5722b8c (patch) | |
tree | 370b8742f7563e1b750f5ad494e654a7fcc24838 /example | |
parent | Properly test the minimal config contents (diff) | |
download | shell-game-launcher-19e747f1669d8ae64619686569929a59d5722b8c.tar.gz shell-game-launcher-19e747f1669d8ae64619686569929a59d5722b8c.tar.bz2 shell-game-launcher-19e747f1669d8ae64619686569929a59d5722b8c.zip |
Finished implementing config tests
Diffstat (limited to 'example')
-rw-r--r-- | example/complete.yaml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/example/complete.yaml b/example/complete.yaml index 2677285..18a33d7 100644 --- a/example/complete.yaml +++ b/example/complete.yaml @@ -64,11 +64,8 @@ Menus: Games: nethack3.7: - ChrootPath: /opt/nethack + ChrootPath: test_data/fake_nethack_directory FileMode: "0666" - ScoreCommands: - - exec /games/nethack -s all - - wait Commands: - cp /games/var/save/%u%n.gz /games/var/save/%u%n.gz.bak - exec /games/nethack -u %n |