0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00

Add small changes to test run script

This commit is contained in:
Igor Putovny 2023-12-06 10:44:15 +01:00
parent f48e451962
commit bd7248af78

View File

@ -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'