mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Add small changes to test run script
This commit is contained in:
parent
f48e451962
commit
bd7248af78
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
dir_name="trie-test-case"
|
dir_name="aggregator-test-case"
|
||||||
|
|
||||||
cd ../..
|
cd ../..
|
||||||
make all
|
make all
|
||||||
@ -8,7 +8,7 @@ echo '------------------------'
|
|||||||
|
|
||||||
if [[ ! -e "$dir_name" ]]; then
|
if [[ ! -e "$dir_name" ]]; then
|
||||||
mkdir "$dir_name"
|
mkdir "$dir_name"
|
||||||
echo "creating directory '$dir_name'"
|
echo "creating directory 'bird/$dir_name'"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cp ./bird ./"$dir_name"
|
cp ./bird ./"$dir_name"
|
||||||
@ -24,4 +24,7 @@ cd "$dir_name"
|
|||||||
|
|
||||||
echo 'done'
|
echo 'done'
|
||||||
echo
|
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