mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 13:34:54 +00:00
Fixed: container tests (#676)
This commit is contained in:
parent
bf32512fa2
commit
08c0e03fab
1 changed files with 2 additions and 0 deletions
2
test.sh
2
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
|
||||
|
|
Loading…
Reference in a new issue