summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-gorp/gorp/test_all.sh
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-05-19 12:55:35 -0400
committerenahum <nahumhbl@gmail.com>2016-05-19 13:55:35 -0300
commit04175d36eb3dfa68b1b1927194c2d283c644b07f (patch)
tree3a029df1869f1ea0b4c645c8f1febef15e58c2c6 /vendor/github.com/go-gorp/gorp/test_all.sh
parent98fa24f216576ca49aaca5c647a95fb4e98f717d (diff)
downloadchat-04175d36eb3dfa68b1b1927194c2d283c644b07f.tar.gz
chat-04175d36eb3dfa68b1b1927194c2d283c644b07f.tar.bz2
chat-04175d36eb3dfa68b1b1927194c2d283c644b07f.zip
Rolling back gorp to earlier version (#3056)
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