Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.
[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 ./tests/test-stp ${srcdir}/$d
7 done