From f718c716b6d42468a24efbc27748831372b3080d Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Mon, 4 Feb 2019 17:40:50 +0100 Subject: [PATCH] revert tests --- test/Makefile.in | 16 ---------------- test/travis/before_script.sh | 7 +------ 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/test/Makefile.in b/test/Makefile.in index 26445dc7..acb0d930 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -44,22 +44,6 @@ SHELL = /bin/sh all: ./test_xml.sh - ./test_netconf.sh - ./test_cli.sh - ./test_datastore.sh - ./test_feature.sh - ./test_install.sh - ./test_leafref.sh - ./test_list.sh - ./test_order.sh - ./test_type.sh - ./test_union.sh - ./test_when_must.sh - ./test_xml.sh - ./test_xpath.sh - ./test_yang_load.sh - ./test_yang.sh - # ./all.sh clean: diff --git a/test/travis/before_script.sh b/test/travis/before_script.sh index 2c67dd25..72a79e3b 100755 --- a/test/travis/before_script.sh +++ b/test/travis/before_script.sh @@ -8,11 +8,6 @@ sudo /sbin/ldconfig sudo make install-include (cd example && make && sudo make install) sudo groupadd clicon -sudo usermod -a -G clicon travis +sudo usermod -a -G clicon $(whoami) sudo usermod -a -G clicon root sudo usermod -a -G clicon www-data -sudo cat /etc/group |grep clicon -cat /etc/group - -echo "whoami:$(whoami)" -