diff --git a/.dockerignore b/.dockerignore index 9a7d26e..ca86825 100644 --- a/.dockerignore +++ b/.dockerignore @@ -27,4 +27,5 @@ Thumbs.db # Arch pkg artifacts *.pkg.tar.* -*.log \ No newline at end of file +*.log +package-manager-* \ No newline at end of file diff --git a/.gitignore b/.gitignore index f38cda7..f469422 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,5 @@ Thumbs.db .nix/ # Ignore logs -*.log \ No newline at end of file +*.log +package-manager-* \ No newline at end of file diff --git a/Makefile b/Makefile index 8b97c2b..c809d57 100644 --- a/Makefile +++ b/Makefile @@ -45,8 +45,11 @@ test: build pacman -U --noconfirm /src/package-manager-*.pkg.tar.*; \ echo "Run tests inside Nix devShell..."; \ git config --global --add safe.directory /src && \ + cd /src && \ nix develop .#default --no-write-lock-file -c \ - python3 -m unittest discover -s tests -p \"test_*.py\" \ + python3 -m unittest discover \ + -s /src/tests \ + -p "test_*.py" \ ' install: diff --git a/package-manager-0.1.1-1-any.pkg.tar.zst b/package-manager-0.1.1-1-any.pkg.tar.zst deleted file mode 100644 index 8025ace..0000000 Binary files a/package-manager-0.1.1-1-any.pkg.tar.zst and /dev/null differ