diff options
author | Philip Paquette <pcpaquette@gmail.com> | 2018-12-14 16:53:21 -0500 |
---|---|---|
committer | Philip Paquette <pcpaquette@gmail.com> | 2019-04-18 11:22:36 -0400 |
commit | 631bad6d7d6fd203fa5b1b2696a83b3425378dd2 (patch) | |
tree | e22a85dc70c2615f85948a65cad191c083ad3d32 /run_tests.sh | |
parent | 76d92f8e3a2fb12d7dad133ca72832f4e1c5c6e3 (diff) |
run_tests.sh targets the diplomacy folder
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-x | run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh index 5b27615..c8316fb 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -8,7 +8,7 @@ FAILED=0 # Running pytest if [ "${1:-auto}" != "0" ]; then - pytest -v --forked -n "${1:-auto}" || FAILED=1 + pytest -v --forked -n "${1:-auto}" diplomacy || FAILED=1 fi # Running pylint |