- Fixed: [xml2txt last param not used #204](https://github.com/clicon/clixon/issues/204)

- test: coverage test scripts for CI
This commit is contained in:
Olof hagsand 2021-04-20 10:26:48 +02:00
parent e9b07cebab
commit 1d29d29415
5 changed files with 37 additions and 5 deletions

View file

@ -19,7 +19,7 @@
#
# Typical run: ./cicd.sh 2>&1 | tee cilog
set -eux # x
set -eux
if [ $# -ne 2 ]; then
echo "usage: $0 <host> <restconf>"