Skip to content

Commit

Permalink
Bug 1592557 - fix prng kat tests, r=jcj
Browse files Browse the repository at this point in the history
fix for prng kat tests

Differential Revision: https://phabricator.services.mozilla.com/D54095

--HG--
extra : moz-landing-system : lando
  • Loading branch information
franziskuskiefer committed Nov 21, 2019
1 parent fce3b7f commit 4c2f7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gtests/gtests.sh
Expand Up @@ -24,7 +24,6 @@ gtest_init()
{
cd "$(dirname "$1")"
pwd
SOURCE_DIR="$PWD"/../..
if [ -z "${INIT_SOURCED}" -o "${INIT_SOURCED}" != "TRUE" ]; then
cd ../common
. ./init.sh
Expand Down Expand Up @@ -100,6 +99,7 @@ gtest_cleanup()

################## main #################################################
GTESTS="${GTESTS:-prng_gtest certhigh_gtest certdb_gtest der_gtest pk11_gtest util_gtest freebl_gtest softoken_gtest sysinit_gtest blake2b_gtest smime_gtest mozpkix_gtest}"
SOURCE_DIR="$PWD"/../..
gtest_init "$0"
gtest_start
gtest_cleanup

0 comments on commit 4c2f7d5

Please sign in to comment.