summaryrefslogtreecommitdiff
path: root/tests/bogo
diff options
context:
space:
mode:
authorMartin Thomson <martin.thomson@gmail.com>2016-10-28 10:03:41 +1100
committerMartin Thomson <martin.thomson@gmail.com>2016-10-28 10:03:41 +1100
commitc22a9326b60cc34aafcaf9fcc222204f21604abe (patch)
tree74b58ba0b7a3ca3502886e0d16143402701fc869 /tests/bogo
parent9d9fb3b05f1f9a8b1cb1f388dcc2a6e8dba0750f (diff)
downloadnss-hg-c22a9326b60cc34aafcaf9fcc222204f21604abe.tar.gz
Bug 1310612 - move gtests to a directory of that name, r=franziskus
Diffstat (limited to 'tests/bogo')
-rwxr-xr-xtests/bogo/bogo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bogo/bogo.sh b/tests/bogo/bogo.sh
index c5c9a6528..05f10c8d0 100755
--- a/tests/bogo/bogo.sh
+++ b/tests/bogo/bogo.sh
@@ -48,7 +48,7 @@ bogo_init
(cd "$BORING"/ssl/test/runner;
GOPATH="$PWD" go test -pipe -shim-path "${BINDIR}"/nss_bogo_shim \
-loose-errors -allow-unimplemented \
- -shim-config "${SOURCE_DIR}/external_tests/nss_bogo_shim/config.json") \
+ -shim-config "${SOURCE_DIR}/gtests/nss_bogo_shim/config.json") \
2>bogo.errors | tee bogo.log
html_msg "${PIPESTATUS[0]}" 0 "Bogo" "Run successfully"
grep -i 'FAILED\|Assertion failure' bogo.errors