8d0f53888b0a6d83568eb59a0d4958da76e5ebb6
[sliver-openvswitch.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 ./test-stp ${srcdir}/$d
7 done