fixing version dependencies in tests

This commit is contained in:
Olof hagsand 2021-02-27 11:36:20 +01:00
parent 2d141b7dff
commit 08e212efef
8 changed files with 20 additions and 22 deletions

View file

@ -27,9 +27,6 @@
# in either the environment or the site.sh, then the default SKIPLIST is empty.
: ${SKIPLIST:=""}
# Some tests (openconfig/yang_models) just test for the cli to return a version
version=4
>&2 echo "Running $testfile"
# Generated config file from autotools / configure
@ -40,7 +37,6 @@ if [ -f ./config.sh ]; then
fi
fi
# Test number from start
: ${testnr:=0}