travis errors

This commit is contained in:
Olof Hagsand 2019-02-11 17:21:16 +01:00
parent 9b73d604f5
commit 024ba3439d
2 changed files with 3 additions and 0 deletions

View file

@ -43,6 +43,7 @@
#include <errno.h> #include <errno.h>
#include <string.h> #include <string.h>
#include <assert.h> #include <assert.h>
#include <sys/time.h>
#include <cligen/cligen.h> #include <cligen/cligen.h>

View file

@ -95,6 +95,8 @@ if [ $BE -ne 0 ]; then
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
err err
fi fi
pkill clixon_backend # to be sure
new "start backend -s init -f $cfg -y $fyang" new "start backend -s init -f $cfg -y $fyang"
sudo $clixon_backend -s init -f $cfg -y $fyang sudo $clixon_backend -s init -f $cfg -y $fyang
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then