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