summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-gorp/gorp/test_all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-gorp/gorp/test_all.sh')
-rwxr-xr-xvendor/github.com/go-gorp/gorp/test_all.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/vendor/github.com/go-gorp/gorp/test_all.sh b/vendor/github.com/go-gorp/gorp/test_all.sh
index 4c99584ef..f2d16961a 100755
--- a/vendor/github.com/go-gorp/gorp/test_all.sh
+++ b/vendor/github.com/go-gorp/gorp/test_all.sh
@@ -5,9 +5,6 @@
coveralls_testflags="-v -covermode=count -coverprofile=coverage.out"
-echo "Running unit tests"
-ginkgo -r -race -randomizeAllSpecs -keepGoing -- -test.run TestGorp
-
echo "Testing against mysql"
export GORP_TEST_DSN=gorptest/gorptest/gorptest
export GORP_TEST_DIALECT=mysql