From: Thomas Lamprecht Date: Tue, 6 Jun 2023 08:23:03 +0000 (+0200) Subject: skip tests in sbuild environment for now X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=fa9c1ddd8d0eb42219cfccb91c6e44d2c4eeada3;p=mirror%2Fpve-network.git skip tests in sbuild environment for now they access pmxcfs directly and so cannot really work, this needs to be mocked some day (soon!), but as stop-gap just skip the tests if a sbuild lock is present Signed-off-by: Thomas Lamprecht --- diff --git a/src/Makefile b/src/Makefile index 1529c87..36f90db 100644 --- a/src/Makefile +++ b/src/Makefile @@ -8,7 +8,7 @@ clean: .PHONY: test test: - $(MAKE) -C $@ + [ -e /run/lock/sbuild ] || $(MAKE) -C $@ .PHONY: install install: