1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-23 08:26:17 +04:00
rCore/tests/test.sh

7 lines
77 B
Bash
Raw Normal View History

#!/bin/bash
2019-03-11 17:15:27 +04:00
for f in *.exp
do
echo run $f
timeout 30s expect $f
done