From ba43bfc0b7c70d4446b41f97383b0cb08dd34802 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 27 Mar 2015 11:40:54 +0100 Subject: [PATCH] test: change message about random seed in nmtst Make it clear, that you can overwrite the seed by setting the environment variable NMTST_SEED_RAND. (cherry picked from commit 44a963c894a257b17433cd0403e7dcae99c97fe7) --- include/nm-test-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nm-test-utils.h b/include/nm-test-utils.h index 054600a959..8c5e9b51b9 100644 --- a/include/nm-test-utils.h +++ b/include/nm-test-utils.h @@ -405,7 +405,7 @@ nmtst_get_rand (void) } __nmtst_internal.rand_seed = seed; - __NMTST_LOG (g_message, ">> initialize nmtst_get_rand() with seed=%u", seed); + __NMTST_LOG (g_message, ">> initialize nmtst_get_rand() with NMTST_SEED_RAND=%u", seed); } return __nmtst_internal.rand; }