fd6acf544c49977490ce141d26298202f806be83
[cascardo/ovs.git] / tests / test-stp.sh
1 #! /bin/sh
2 set -e
3 progress=
4 for d in ${stp_files}; do
5     echo "Testing $d..."
6     $SUPERVISOR ./tests/test-stp ${srcdir}/$d
7 done