Commit e6a755d 1 parent afcd802 commit e6a755d Copy full SHA for e6a755d
File tree 1 file changed +5
-9
lines changed
1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,11 @@ echo "try ginkgo in PATH ----- "
21
21
find /home -name ginkgo 2> /dev/null
22
22
ginkgo --dry-run -v | grep -E -v " \[[0-9]+\.[0-9]+ seconds]"
23
23
24
- # try /home/runner/go/pkg/mod/github.com/bsm/ginkgo
25
- echo " try /home/runner/go/pkg/mod/github.com/bsm/ginkgo ----- "
26
- /home/runner/go/pkg/mod/github.com/bsm/ginkgo --dry-run -v | grep -E -v " \[[0-9]+\.[0-9]+ seconds]"
24
+ ginkgo --focus-file=" server_test.go" -vv
27
25
26
+ ginkgo --focus-file=" acl_test.go" -vv
28
27
29
- ls -l /home/runner/go/bin/
30
- GinkgoPath=" $( go env | grep GOPATH | awk -F " \" " ' { print $2}' ) /bin" /ginkgo
31
- echo " try $GinkgoPath ----- "
32
- $GinkgoPath --dry-run -v | grep -E -v " \[[0-9]+\.[0-9]+ seconds]"
28
+ ginkgo --focus-file=" txn_test.go" -vv
33
29
34
- go test -run=TestPikaWithCache -timeout 30m
35
- go test -run=TestPikaWithoutCache -timeout 30m
30
+ # go test -run=TestPikaWithCache -timeout 30m
31
+ # go test -run=TestPikaWithoutCache -timeout 30m
You can’t perform that action at this time.
0 commit comments