mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Add small changes to test script
This commit is contained in:
parent
03d71cb98c
commit
22060fe09f
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user