mirror of
https://github.com/rcore-os/rCore.git
synced 2024-11-21 23:56:18 +04:00
12 lines
156 B
Plaintext
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
|