[tor-commits] [tor/master] Travis: fix an rng seed for coverage builds.
dgoulet at torproject.org
dgoulet at torproject.org
Thu May 23 13:52:51 UTC 2019
commit 669f6e34eaae0d6937825bdb345f37912123ddd6
Author: Nick Mathewson <nickm at torproject.org>
Date: Tue May 14 20:16:35 2019 -0400
Travis: fix an rng seed for coverage builds.
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index f78333611..330388aa4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,7 +42,7 @@ matrix:
## include creates builds with gcc, linux
include:
## We include a single coverage build with the best options for coverage
- - env: COVERAGE_OPTIONS="--enable-coverage" HARDENING_OPTIONS=""
+ - env: COVERAGE_OPTIONS="--enable-coverage" HARDENING_OPTIONS="" TOR_TEST_RNG_SEED="636f766572616765"
## We only want to check these build option combinations once
## (they shouldn't vary by compiler or OS)
## We run rust and coverage with hardening off, which seems like enough
More information about the tor-commits
mailing list