Attention des changements sont bientôt à prévoir sur l'instance gitea d'Aurore :
#!/bin/sh
errors=0
./start-p2p.sh
./run-p2p-tests.py || errors=1
./start-ap-wpa2-psk.sh
./run-ap-wpa2-tests.py || errors=1
./stop-wifi.sh
if [ $errors -gt 0 ]; then
exit 1
fi