From 7bcd865d386d96caac83cb1c589fdb8f9ce3b081 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Tue, 29 Jan 2013 16:14:07 -0500 Subject: test: some trivial fixes to test scripts - fix typo - use compiled systemd-nspawn - drop --capability=... from systemd-nspawn invocation, is is the default now - simplify sudo make invocations --- test/README.testsuite | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/README.testsuite') diff --git a/test/README.testsuite b/test/README.testsuite index 0f96b984a9..54d0eaac50 100644 --- a/test/README.testsuite +++ b/test/README.testsuite @@ -28,8 +28,8 @@ $ sudo make clean setup run If you want to log in the testsuite virtual machine, you can specify additional kernel command line parameter with $DEBUGFAIL. -$ sudo sh -c 'DEBUGFAIL="systemd.unit=multi-user.target" make clean setup run' +$ sudo make DEBUGFAIL="systemd.unit=multi-user.target" clean setup run you can even skip the "clean" and "setup" if you want to run the machine again. -$ sudo sh -c 'DEBUGFAIL="systemd.unit=multi-user.target" make run' +$ sudo make DEBUGFAIL="systemd.unit=multi-user.target" run -- cgit v1.2.3-54-g00ecf