summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/testutil/driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testutil/driver.c b/test/testutil/driver.c
index 9343dfb016..0b4332b492 100644
--- a/test/testutil/driver.c
+++ b/test/testutil/driver.c
@@ -256,7 +256,7 @@ PRINTF_FORMAT(2, 3) static void test_verdict(int verdict,
test_flush_stderr();
if (verdict == 0 && seed != 0)
- test_printf_tapout("# random seed: %d\n", seed);
+ test_printf_tapout("# OPENSSL_TEST_RAND_ORDER=%d\n", seed);
test_printf_tapout("%s ", verdict != 0 ? "ok" : "not ok");
va_start(ap, description);
test_vprintf_tapout(description, ap);