This commit is contained in:
Dylan K. Taylor 2020-11-16 19:25:13 +00:00
parent 6ea01e0dd4
commit 9984b15de6

View File

@ -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"