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 44a963c894)
This commit is contained in:
Thomas Haller 2015-03-27 11:40:54 +01:00
parent a34961ec70
commit ba43bfc0b7

View file

@ -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;
}