]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Add small changes to test script
authorIgor Putovny <igor.putovny@nic.cz>
Wed, 6 Dec 2023 09:44:15 +0000 (10:44 +0100)
committerIgor Putovny <igor.putovny@nic.cz>
Thu, 30 May 2024 10:30:00 +0000 (12:30 +0200)
proto/aggregator/run_test_case.sh

index 05a91c2d6649bc71d03e8eed1c9d302bf681b24d..792f29f169e97037cb824e51fbb2f8031799d48e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-dir_name="trie-test-case"
+dir_name="aggregator-test-case"
 
 cd ../..
 make all
@@ -8,7 +8,7 @@ echo '------------------------'
 
 if [[ ! -e "$dir_name" ]]; then
     mkdir "$dir_name"
-    echo "creating directory '$dir_name'"
+    echo "creating directory 'bird/$dir_name'"
 fi
 
 cp ./bird ./"$dir_name"
@@ -24,4 +24,7 @@ cd "$dir_name"
 
 echo 'done'
 echo
-echo 'expected result: 10.100.0.0/16'
+echo 'expected result:'
+echo '====THIRD PASS===='
+echo '0.0.0.0/0'
+echo '10.100.0.0/16'