From c814b809bb32bf4521c5a459c143b639a04fb164 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Wed, 16 Jun 2021 14:34:52 +0200 Subject: [PATCH] github actions: test backend run --- test/test_augment.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_augment.sh b/test/test_augment.sh index 360039d8..6db1314b 100755 --- a/test/test_augment.sh +++ b/test/test_augment.sh @@ -198,7 +198,8 @@ if [ $BE -ne 0 ]; then err fi new "start backend -s init -f $cfg" - start_backend -s init -f $cfg + sudo $clixon_backend -F -D 1 -l e -s init -f $cfg +# start_backend -s init -f $cfg fi new "wait backend"