Fix test_utils.sh

This commit is contained in:
augustin64 2022-05-16 17:42:09 +02:00
parent dd0113e128
commit 0d2f48c192

View File

@ -10,11 +10,11 @@ echo "Compte des labels"
echo "OK"
echo "Création du réseau"
"$OUT/utils" creer-reseau -n 3 -n .test-cache/reseau.bin > /dev/null
"$OUT/utils" creer-reseau -n 3 -o .test-cache/reseau.bin > /dev/null
echo "OK"
echo "Affichage poids"
"$OUT/utils" print-poids -r .test-cache/reseau.bin
"$OUT/utils" print-poids -r .test-cache/reseau.bin > /dev/null
echo "OK"
echo "Affichage biais"