提交 a5f6d795 编写于 作者: Y Yann E. MORIN

kconfig/conf: print the seed used to initialise the RNG for randconfig

... so the user has a chance to reproduce a test-case.
Signed-off-by: N"Yann E. MORIN" <yann.morin.1998@free.fr>
上级 e85ac124
......@@ -532,6 +532,7 @@ int main(int ac, char **av)
seed = tmp;
}
}
fprintf( stderr, "KCONFIG_SEED=0x%X\n", seed );
srand(seed);
break;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册