mirror of
https://github.com/evennia/evennia.git
synced 2025-10-29 11:26:10 +00:00
Fix typo in makefile
This commit is contained in:
parent
e402bfa6a9
commit
db506dc58c
5
Makefile
5
Makefile
@ -3,7 +3,7 @@
|
||||
|
||||
BLACK_FORMAT_CONFIGS = --target-version py37 --line-length 100
|
||||
TEST_GAME_DIR = .test_game_dir
|
||||
TESTS?=evennia
|
||||
tests?=evennia
|
||||
|
||||
default:
|
||||
@echo " Usage: "
|
||||
@ -29,11 +29,10 @@ test:
|
||||
evennia --init $(TEST_GAME_DIR);\
|
||||
cd $(TEST_GAME_DIR);\
|
||||
evennia migrate;\
|
||||
evennia test --keepdb $(TESTS);\
|
||||
evennia test --keepdb $(tests);\
|
||||
|
||||
testp:
|
||||
evennia --init $(TEST_GAME_DIR);\
|
||||
cd $(TEST_GAME_DIR);\
|
||||
evennia migrate;\
|
||||
evennia test --keepdb --parallel 4 $(tests);\
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user