From a337955847f755fc4f36b704a9428ea135783869 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Mon, 30 Nov 2020 16:22:48 +0100 Subject: [PATCH] travis set -eux --- test/travis/before_script.sh | 2 +- test/travis/script.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test/travis/before_script.sh b/test/travis/before_script.sh index 550a7bbc..73e4a1e4 100755 --- a/test/travis/before_script.sh +++ b/test/travis/before_script.sh @@ -59,7 +59,7 @@ sudo nginx -c /etc/nginx/nginx.conf # Start clixon sudo useradd -M -U clicon; -sudo usermod -a -G clicon $(whoami); # start clixon tests as this users +sudo usermod -a -G clicon $(whoami); # start clixon tests as this users (travis) sudo usermod -a -G clicon $wwwuser; # This is a clixon site test file. diff --git a/test/travis/script.sh b/test/travis/script.sh index 29af0802..1b578981 100755 --- a/test/travis/script.sh +++ b/test/travis/script.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +set -eux ./configure --with-restconf=fcgi make sudo make install