]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
support/testing: use pexpect.expect directly
authorRicardo Martincoski <ricardo.martincoski@gmail.com>
Thu, 29 Jun 2017 02:45:45 +0000 (23:45 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 1 Jul 2017 14:05:14 +0000 (16:05 +0200)
commit4a622fe4b6aeca8758156c24e89713d214fa2aa6
treefc5b40f3cc0b68b294aab133521416b2cb5f8187
parent77b4b948fc0309a1cf3eef55f44bec260319e5f8
support/testing: use pexpect.expect directly

When using pexpect there is no need for a helper function. Just use
expect() directly everywhere.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/testing/infra/emulator.py