zzc0208's picture
Upload 265 files
f1f9265 verified
raw
history blame
155 Bytes
#/bin/bash
set -e
for t in tests/bash/test_*.sh; do
echo "========================== Testing $t =================================="
bash $t;
done