From cdc851e5ced0470ebab1660b57126cb9345ddcaa Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Mon, 30 Nov 2020 11:16:53 +0100 Subject: [PATCH] travis again --- test/lib.sh | 2 +- test/travis/script.sh | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/test/lib.sh b/test/lib.sh index 95259d66..952c15b0 100755 --- a/test/lib.sh +++ b/test/lib.sh @@ -292,7 +292,7 @@ wait_backend(){ sleep $DEMSLEEP reply=$(echo ']]>]]>' | clixon_netconf -qef $cfg 2> /dev/null) let i++; -# echo "wait_backend $i" + echo "wait_backend $i" if [ $i -ge $DEMLOOP ]; then err "backend timeout $DEMWAIT seconds" fi diff --git a/test/travis/script.sh b/test/travis/script.sh index 92b4b1fd..29af0802 100755 --- a/test/travis/script.sh +++ b/test/travis/script.sh @@ -5,8 +5,10 @@ sudo make install (cd example; make; sudo make install) (cd util; make; sudo make install) sudo ldconfig -which clixon_backend -sudo clixon_backend -sleep 1 ps aux|grep clixon -(cd test; ./all.sh) +cd test; +./test_api_path.sh +ps aux|grep clixon +./test_augment.sh +ps aux|grep clixon +./all.sh