Fixed: container tests (#676)

This commit is contained in:
ta264
2019-03-15 21:50:33 +00:00
committed by GitHub
parent bf32512fa2
commit 08c0e03fab

View File

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