提交 32c42e65 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

fix issue cased by expect file is empty line

上级 9e868736
...@@ -5,7 +5,7 @@ cp -r conf ztf/ ...@@ -5,7 +5,7 @@ cp -r conf ztf/
cp -r runtime ztf/ cp -r runtime ztf/
cp -r demo ztf/ cp -r demo ztf/
/Users/aaron/go/bin/go-bindata -o=res/res.go -pkg=res res/ res/doc res/json res/template go-bindata -o=res/res.go -pkg=res res/ res/doc res/json res/template
CGO_ENABLED=0 GOOS=windows GOARCH=386 go build -o ztf/ztf-x86.exe src/ztf.go CGO_ENABLED=0 GOOS=windows GOARCH=386 go build -o ztf/ztf-x86.exe src/ztf.go
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o ztf/ztf-amd64.exe src/ztf.go CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o ztf/ztf-amd64.exe src/ztf.go
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册