X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=test%2FREADME.testsuite;h=54d0eaac502239ed06140d38f97d3acd5b34c8f8;hp=0f96b984a95c434dcf28e571176fa8576e41b801;hb=907809fc6a9867869b8a237663af2eda335d333e;hpb=c452e3725497b873bce9289d2858fb8baf367bf9 diff --git a/test/README.testsuite b/test/README.testsuite index 0f96b984a..54d0eaac5 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