[pve-devel] [PATCH v2 pve-network 5/5] tests: run tests in sbuild
Stefan Lendl
s.lendl at proxmox.com
Thu Mar 7 16:13:20 CET 2024
Signed-off-by: Stefan Lendl <s.lendl at proxmox.com>
---
src/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile b/src/Makefile
index c9dee4c..c4056b4 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -10,7 +10,7 @@ clean:
.PHONY: test
test:
- [ -e /run/lock/sbuild ] || $(MAKE) -C $@
+ $(MAKE) -C $@
.PHONY: install
install:
--
2.43.0
More information about the pve-devel
mailing list