mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-05 20:42:19 -07:00
Fix container and free space tests on mono (#704)
* Fix disk provider tests * Fix container test on linux
This commit is contained in:
parent
038deb0e8d
commit
054d1600a2
2 changed files with 8 additions and 1 deletions
2
test.sh
2
test.sh
|
@ -38,7 +38,7 @@ if [ "$PLATFORM" = "Windows" ]; then
|
|||
mkdir -p "$ProgramData/Lidarr"
|
||||
WHERE="$WHERE && cat != LINUX"
|
||||
elif [ "$PLATFORM" = "Linux" ] || [ "$PLATFORM" = "Mac" ] ; then
|
||||
mkdir -p "~/.config/Lidarr"
|
||||
mkdir -p ~/.config/Lidarr
|
||||
WHERE="$WHERE && cat != WINDOWS"
|
||||
NUNIT_COMMAND="mono --debug --runtime=v4.0 $NUNIT"
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue