moved tests/plugins/PocketMine-DevTools -> tests/plugins/DevTools

This commit is contained in:
Dylan K. Taylor
2020-08-10 17:29:44 +01:00
parent 50101663f2
commit 691d92a959
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ PLUGINS_DIR="$DATA_DIR/plugins"
rm -rf "$DATA_DIR"
rm PocketMine-MP.phar 2> /dev/null
cd tests/plugins/PocketMine-DevTools
cd tests/plugins/DevTools
php -dphar.readonly=0 ./src/DevTools/ConsoleScript.php --make ./ --relative ./ --out ../../../DevTools.phar
cd ../../..