pebstwck3/tests/test.sh

7 lines
77 B

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