aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun_tests.sh2
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