diff options
author | txtsd | 2024-10-26 17:38:00 +0530 |
---|---|---|
committer | txtsd | 2024-10-26 17:38:00 +0530 |
commit | b317ee2bcab5e53a37dad0204ce4f5a24e09561e (patch) | |
tree | c09909c5abdf2ac9da29b5c63133cdbd3d0805f9 /PKGBUILD | |
parent | 3223c4eaebe377b9928e64ffa56a0e44949fa4fa (diff) | |
download | aur-b317ee2bcab5e53a37dad0204ce4f5a24e09561e.tar.gz |
chore: Use correct test dir
Signed-off-by: txtsd <code@ihavea.quest>
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ check() { _filters="${_filters}&Category!=IntegrationTest" # Prepare for tests - mkdir -p ~/.config/Radarr + mkdir -p ~/.config/Sonarr # Test backend dotnet test src \ |