diff options
Diffstat (limited to 'community/girara/test.sh')
-rwxr-xr-x | community/girara/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/girara/test.sh b/community/girara/test.sh index 690b3c5a38..b37dc50a9c 100755 --- a/community/girara/test.sh +++ b/community/girara/test.sh @@ -3,7 +3,7 @@ Xvfb :4242 & PID=$! export DISPLAY=:4242 -if make test COLOR=0; then +if ninja -C build meson-test; then kill $PID return 0 else |