Browse Source

rm test.log

pull/195/head
yedf2 4 years ago
parent
commit
374de2fc54
  1. 2
      helper/sync-dtmcli.sh

2
helper/sync-dtmcli.sh

@ -13,7 +13,7 @@ fi
cd ../dtmcli
cp -rf ../dtm/dtmcli/* ./
rm -f *_test.go
rm -f *_test.go logger/*.log
sed -i '' -e 's/dtm-labs\/dtm\//dtm-labs\//g' *.go */**.go
go mod tidy
go build || exit 1

Loading…
Cancel
Save