This website requires JavaScript.
Explore
Help
Sign In
andrey
/
rCore
Watch
1
Star
0
Fork
0
You've already forked rCore
mirror of
https://github.com/rcore-os/rCore.git
synced
2024-11-23 08:26:17 +04:00
Code
Issues
Projects
Releases
Wiki
Activity
7fd9130024
rCore
/
tests
/
test.sh
7 lines
77 B
Bash
Raw
Normal View
History
Unescape
Escape
Implement sys_reboot with isa-debug-exit and add test script using expect
2019-03-11 12:09:15 +04:00
#!/bin/bash
Improve test stability
2019-03-11 17:15:27 +04:00
for
f in *.exp
do
echo
run
$f
timeout 30s expect
$f
done
Reference in New Issue
Copy Permalink