mirror of
git://git.proxmox.com/git/pve-network.git
synced 2025-04-30 11:27:11 +02:00
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:
parent
13c75e8619
commit
fa9c1ddd8d
|
@ -8,7 +8,7 @@ clean:
|
|||
|
||||
.PHONY: test
|
||||
test:
|
||||
$(MAKE) -C $@
|
||||
[ -e /run/lock/sbuild ] || $(MAKE) -C $@
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
|
|
Loading…
Reference in a new issue