doc: remove forgotten references to ./run -n

This commit is contained in:
Ciro Santilli
2018-03-26 10:19:51 +01:00
parent 1a0330c942
commit bcbc7b4c5c
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ Testing that should be done for every functional patch.
=== Guest testing
....
./run -a x86_64 -e '- lkmc_eval="/insrm.sh hello 5;wget -S google.com;poweroff;"' -n
./run -a x86_64 -e '- lkmc_eval="/insrm.sh hello 5;wget -S google.com;poweroff;"'
./run -a arm -e '- lkmc_eval="/insrm.sh hello 5;wget -S google.com;poweroff;"'
....