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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-06-06 10:23:03 +02:00
parent 13c75e8619
commit fa9c1ddd8d

View file

@ -8,7 +8,7 @@ clean:
.PHONY: test
test:
$(MAKE) -C $@
[ -e /run/lock/sbuild ] || $(MAKE) -C $@
.PHONY: install
install: