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

View file

@ -406,7 +406,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;
}