Skip to content

Commit e7c25b4

Browse files
committed
Update test.bash to call build.bash
This makes sure the version number is baked into the binary that is built
1 parent c272e30 commit e7c25b4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

test.bash

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22

33
set -eux
44

5-
for i in ./cryptfs .
6-
do
7-
8-
go build $i
9-
go test $i
10-
done
5+
go build ./cryptfs
6+
go test ./cryptfs
117

8+
source build.bash
9+
go test

0 commit comments

Comments
 (0)