1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-22 16:16:16 +04:00
rCore/tests/test.sh
2019-03-11 21:15:27 +08:00

7 lines
77 B
Bash
Executable File

#!/bin/bash
for f in *.exp
do
echo run $f
timeout 30s expect $f
done