From 9984b15de6b762d53d2aea721b506b4e6ae7b209 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 16 Nov 2020 19:25:13 +0000 Subject: [PATCH] fix build #3 --- tests/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/travis.sh b/tests/travis.sh index 6437aa7c3..e16a28333 100755 --- a/tests/travis.sh +++ b/tests/travis.sh @@ -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"