Skip to content

Commit 54d6f1d

Browse files
author
rubyist
committed
Name the test build explicitly
1 parent 41663cd commit 54d6f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

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

0 commit comments

Comments
 (0)