Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a5f6d795 authored by Yann E. MORIN's avatar Yann E. MORIN
Browse files

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: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
parent e85ac124
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -532,6 +532,7 @@ int main(int ac, char **av)
					seed = tmp;
				}
			}
			fprintf( stderr, "KCONFIG_SEED=0x%X\n", seed );
			srand(seed);
			break;
		}