From 2080f4c7797410973bd4180963d7d5ee4accd4f2 Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Sun, 26 May 2019 22:16:20 +0200 Subject: [PATCH] tests: uml: Request non-raw serial ports When the serial ports are set into raw mode on stdio (fd:0,fd:1) then Ctrl-C is sort of passed through, but not effective. Request non-raw mode to avoid that and let us cancel test execution with Ctrl-C properly (both in parallel-vm.py and vm-run.sh cases). Note that this requires a currently out-of-tree patch, but so does the virtual time. If the patch is not applied, the command line argument is ignored. Signed-off-by: Johannes Berg --- tests/hwsim/vm/vm-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/hwsim/vm/vm-run.sh b/tests/hwsim/vm/vm-run.sh index 2097a38a9..712dfaac5 100755 --- a/tests/hwsim/vm/vm-run.sh +++ b/tests/hwsim/vm/vm-run.sh @@ -172,6 +172,7 @@ if [ -z $KVM ]; then root=none hostfs=/ rootfstype=hostfs rootflags=/ \ ssl0=fd:0,fd:1 \ ssl1=fd:100 \ + ssl-non-raw \ 100<>$LOGDIR/console 2>&1 | \ sed -u '0,/VM has started up/d' else