mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-24 07:36:24 +01:00
Fix test_utils.sh
This commit is contained in:
parent
dd0113e128
commit
0d2f48c192
@ -10,11 +10,11 @@ echo "Compte des labels"
|
|||||||
echo "OK"
|
echo "OK"
|
||||||
|
|
||||||
echo "Création du réseau"
|
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 "OK"
|
||||||
|
|
||||||
echo "Affichage poids"
|
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 "OK"
|
||||||
|
|
||||||
echo "Affichage biais"
|
echo "Affichage biais"
|
||||||
|
Loading…
Reference in New Issue
Block a user