Skip to content

Commit c1a9d09

Browse files
committedJun 12, 2014
Fix go test
1 parent 3272e3a commit c1a9d09

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎README.md

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Build Instructions
2121

2222
### Testing ###
2323

24-
$ export GOPATH=$(pwd)
2524
$ go test github.com/tetsuok/go-pegasos/pegasos
2625

2726
If you want to run testing including benchmarks, use `check.sh`

‎check.sh

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# license that can be found in the LICENSE file.
55

66
set -x
7-
export GOPATH=$(pwd)
87

98
# Just testing.
109
# go test -test.v -test.parallel 4 github.com/tetsuok/go-pegasos/pegasos

0 commit comments

Comments
 (0)
Please sign in to comment.