Skip to content

Commit

Permalink
Name the test build explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
rubyist committed Apr 6, 2015
1 parent 41663cd commit 54d6f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

go build
go build -o lfs-test-server
rc=$?; if [[ $rc != 0 ]]; then echo "Build failed."; exit $rc; fi
version=$(./lfs-test-server -v)

Expand Down

0 comments on commit 54d6f1d

Please sign in to comment.