mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 00:55:14 +00:00
fix build #3
This commit is contained in:
@ -11,7 +11,7 @@ while getopts "t:" OPTION 2> /dev/null; do
|
||||
done
|
||||
|
||||
#Run-the-server tests
|
||||
DATA_DIR="test_data"
|
||||
DATA_DIR="$(pwd)/test_data"
|
||||
PLUGINS_DIR="$DATA_DIR/plugins"
|
||||
|
||||
rm -rf "$DATA_DIR"
|
||||
|
Reference in New Issue
Block a user