diff options
author | David Goulet <dgoulet@torproject.org> | 2019-05-28 14:59:07 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2019-05-28 14:59:07 -0400 |
commit | ff9aa32143849c69097000290b939f14c9bbcb36 (patch) | |
tree | 378b8968346301e4a6cf5442dadcc3a14eed1777 /scripts | |
parent | 0a86f14addd031ac69647f4ab6fc66c1835cd31e (diff) | |
parent | 6d9e47702fe52b0817a593117a7f4a3eecf06ad7 (diff) | |
download | tor-ff9aa32143849c69097000290b939f14c9bbcb36.tar.gz tor-ff9aa32143849c69097000290b939f14c9bbcb36.zip |
Merge branch 'tor-github/pr/1047'
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/test/cov-test-determinism.sh | 3 |
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) |