kumquat-buildroot/support/testing
Ricardo Martincoski e664c5f71c support/testing: let pexpect write stdout to log
When the parameter logfile is passed to spawn(), pexpect sends both
stdin and stdout to the logfile and it creates a double echo effect.

One way to avoid the double echo in the logfile would be to disable the
echo on the terminal just after login ("stty -echo"), but double echo of
user and password would remain.

Instead of that, send only the stdout to the logfile using the
logfile_read property.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-07-01 16:05:14 +02:00
..
conf support/testing: add fs tests 2017-05-07 22:04:54 +02:00
infra support/testing: let pexpect write stdout to log 2017-07-01 16:05:14 +02:00
tests support/testing: rename variables for readability 2017-05-28 14:54:43 +02:00
run-tests support/testing/run-tests: help: put the one-letter form before the long form 2017-05-17 21:56:49 +02:00