From 1e5a1bbe0208fd6e26bd74377cf7eb488d158045 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Tue, 28 May 2024 15:54:35 +0200 Subject: test: Run tests that don't need a vm in systemd-nspawn If we're not running the test as root, stick to using a virtual machine, as mkosi can't do rootless nspawn yet. --- test/TEST-70-TPM2/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'test/TEST-70-TPM2') diff --git a/test/TEST-70-TPM2/meson.build b/test/TEST-70-TPM2/meson.build index 4e0bf90874..d84c2b7838 100644 --- a/test/TEST-70-TPM2/meson.build +++ b/test/TEST-70-TPM2/meson.build @@ -7,5 +7,6 @@ integration_tests += [ 'wants' : '@0@ tpm2.target'.format(integration_test_template['configuration']['wants']), 'after' : '@0@ tpm2.target'.format(integration_test_template['configuration']['after']), }, + 'vm' : true, }, ] -- cgit v1.2.3