changed generate_test_case.sh
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -12,4 +12,4 @@ config.json
|
|||||||
#ignore generated iptables
|
#ignore generated iptables
|
||||||
p2p/iptable/
|
p2p/iptable/
|
||||||
#ignore plugins added
|
#ignore plugins added
|
||||||
plugin/deploy
|
plugin/deploy/
|
||||||
3
Makefile
3
Makefile
@@ -12,9 +12,6 @@ build:
|
|||||||
configfile:
|
configfile:
|
||||||
./p2prc --SetDefaultConfig
|
./p2prc --SetDefaultConfig
|
||||||
|
|
||||||
testcases:
|
|
||||||
sh plugin/generate_test_case.sh
|
|
||||||
|
|
||||||
run:
|
run:
|
||||||
go run main.go
|
go run main.go
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
cp -r plugin/TestAnsible/ deploy/
|
cp -r TestAnsible/ deploy/
|
||||||
|
|||||||
Reference in New Issue
Block a user