summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2019-05-28 14:59:07 -0400
committerDavid Goulet <dgoulet@torproject.org>2019-05-28 14:59:07 -0400
commitff9aa32143849c69097000290b939f14c9bbcb36 (patch)
tree378b8968346301e4a6cf5442dadcc3a14eed1777 /scripts
parent0a86f14addd031ac69647f4ab6fc66c1835cd31e (diff)
parent6d9e47702fe52b0817a593117a7f4a3eecf06ad7 (diff)
downloadtor-ff9aa32143849c69097000290b939f14c9bbcb36.tar.gz
tor-ff9aa32143849c69097000290b939f14c9bbcb36.zip
Merge branch 'tor-github/pr/1047'
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test/cov-test-determinism.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/test/cov-test-determinism.sh b/scripts/test/cov-test-determinism.sh
index 3b4f372e04..3458f96968 100755
--- a/scripts/test/cov-test-determinism.sh
+++ b/scripts/test/cov-test-determinism.sh
@@ -25,6 +25,9 @@ else
fi
if test "$run" = 1; then
+ # same seed as in travis.yml
+ TOR_TEST_RNG_SEED="636f766572616765"
+ export TOR_TEST_RNG_SEED
while true; do
make reset-gcov
CD=coverage-raw/coverage-$(date +%s)