mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 05:13:58 -07:00
Modified test scripts to match new naming conventions
This commit is contained in:
parent
afafde2571
commit
036bbfaff9
23 changed files with 55 additions and 57 deletions
|
@ -8,6 +8,7 @@ touch "$test_name".name
|
|||
cp ../../*.conf .
|
||||
cp ../../zerotier-one zerotier-one
|
||||
cp ../../zerotier-cli zerotier-cli
|
||||
cp ../../zerotier-cli zerotier-netcon-service
|
||||
cp ../../zerotier-intercept zerotier-intercept
|
||||
cp ../../libzerotierintercept.so.1.0 libzerotierintercept.so.1.0
|
||||
cp ../../liblwip.so liblwip.so
|
||||
|
@ -21,6 +22,7 @@ docker build --tag="$test_name"_monitor -f monitor_dockerfile .
|
|||
|
||||
rm -f zerotier-one
|
||||
rm -f zerotier-cli
|
||||
rm -f zerotier-netcon-service
|
||||
rm -f zerotier-intercept
|
||||
rm -f libzerotierintercept.so.1.0
|
||||
rm -f liblwip.so
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue