tests: Rename stop-wifi.sh to stop.sh
[mech_eap.git] / tests / hwsim / run-all.sh
index 69c1ee9..7e6a83d 100755 (executable)
@@ -68,7 +68,7 @@ fi
 
 ./run-tests.py -D --logdir "$LOGDIR" $TRACE_ARGS -q $DB $CONCURRENT_TESTS $@ || errors=1
 
-./stop-wifi.sh
+./stop.sh
 
 if [ ! -z "$VALGRIND" ] ; then
     failures=`grep "ERROR SUMMARY" $LOGDIR/valgrind-* | grep -v " 0 errors" | wc -l`