From 904243f5d7e473964baa060f7f0bf380aeb6d008 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 26 Apr 2025 22:53:29 +0200 Subject: Fix test script, serve resources --- test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test.sh') diff --git a/test.sh b/test.sh index 2dd3214..1fb2658 100755 --- a/test.sh +++ b/test.sh @@ -1,8 +1,9 @@ #! /usr/bin/env nix-shell #! nix-shell -i bash -p -make all || exit 1 +make all -j$(nproc) || exit 1 #bozohttpd -c ./cgit -I 9000 . -f -V -C '' cgit -p . +rm -rf test_utils mkdir test_utils nix build nixpkgs#nginx --out-link test_utils/nginx nix build nixpkgs#fcgiwrap --out-link test_utils/fcgiwrap -- cgit 1.5.1