Commit 5460865a6e1442c1a7574972b5c753b46bf0311f

Authored by 陆恒
1 parent fa70d852
Exists in master

提交

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/WorldTester/build.sh
1   -export GOPATH=/home/gohttpserver/ver2.2.6/xiao_xingxing
  1 +export GOPATH=/home/luheng/ddztestclient
2 2 echo "begin dos2unix..."
3 3 find ../ -name '*.go' | xargs dos2unix
4 4  
... ... @@ -6,5 +6,5 @@ echo "begin build..."
6 6 go build
7 7 echo "end build..."
8 8 echo "start run..."
9   -mv main STATSTAR226
  9 +mv main Tester
10 10 sh run.sh
11 11 \ No newline at end of file
... ...