From 08c0e03fabcf17ec6e23fee9a7e4150cbe5101b3 Mon Sep 17 00:00:00 2001 From: ta264 Date: Fri, 15 Mar 2019 21:50:33 +0000 Subject: [PATCH] Fixed: container tests (#676) --- test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test.sh b/test.sh index 202abef2d..a8fa6cd98 100755 --- a/test.sh +++ b/test.sh @@ -35,8 +35,10 @@ else fi if [ "$PLATFORM" = "Windows" ]; then + mkdir -p "$ProgramData/Lidarr" WHERE="$WHERE && cat != LINUX" elif [ "$PLATFORM" = "Linux" ] || [ "$PLATFORM" = "Mac" ] ; then + mkdir -p "~/.config/Lidarr" WHERE="$WHERE && cat != WINDOWS" NUNIT_COMMAND="mono --debug --runtime=v4.0 $NUNIT" else