revert tests
This commit is contained in:
parent
ba70aee2d9
commit
f718c716b6
2 changed files with 1 additions and 22 deletions
|
|
@ -44,22 +44,6 @@ SHELL = /bin/sh
|
||||||
|
|
||||||
all:
|
all:
|
||||||
./test_xml.sh
|
./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
|
# ./all.sh
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,6 @@ sudo /sbin/ldconfig
|
||||||
sudo make install-include
|
sudo make install-include
|
||||||
(cd example && make && sudo make install)
|
(cd example && make && sudo make install)
|
||||||
sudo groupadd clicon
|
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 root
|
||||||
sudo usermod -a -G clicon www-data
|
sudo usermod -a -G clicon www-data
|
||||||
sudo cat /etc/group |grep clicon
|
|
||||||
cat /etc/group
|
|
||||||
|
|
||||||
echo "whoami:$(whoami)"
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue