1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-21 23:56:18 +04:00
rCore/tests/killtest.exp
2019-03-11 17:55:39 +08:00

12 lines
156 B
Plaintext

set timeout -1
cd ../kernel
spawn make run arch=x86_64
sleep 2
expect ">>"
sleep 2
send -- "biscuit/killtest\r"
sleep 2
expect "success"
send -- "^Ax"
wait