[pve-devel] [PATCH v3 pve-network 4/5] tests: run tests in sbuild
Stefan Lendl
s.lendl at proxmox.com
Tue Apr 2 13:07:41 CEST 2024
Signed-off-by: Stefan Lendl <s.lendl at proxmox.com>
Reviewed-by: Max Carrara <m.carrara at proxmox.com>
Tested-by: Max Carrara <m.carrara 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.44.0
More information about the pve-devel
mailing list