Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/de145015d870173e4f21c4c3be8ba7c28904158a You should set ROOT_URL correctly, otherwise the web may not work correctly.

updated test script

pull/6/head
kay.one 12 years ago
parent ab8b521b85
commit de145015d8

@ -1,6 +1,6 @@
EXCLUDE="/exclude:Windows"
TESTDIR=.
NUNIT=$TESTDIR/NUnit.Runners.2.6.1/tools/nunit-console-x86.exe
TESTDIR="."
NUNIT="$TESTDIR/NUnit.Runners.2.6.1/tools/nunit-console-x86.exe"
mono $NUNIT $EXCLUDE /xml:NzbDrone.Libraries.Result.xml $TESTDIR/NzbDrone.Libraries.Test.dll
mono $NUNIT $EXCLUDE /xml:NzbDrone.Libraries.Common.Result.xm $TESTDIR/NzbDrone.Common.Test.dll
Loading…
Cancel
Save