Skip to content

Commit a5f6d79

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: "Yann E. MORIN" <[email protected]>
1 parent e85ac12 commit a5f6d79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/kconfig/conf.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,7 @@ int main(int ac, char **av)
532532
seed = tmp;
533533
}
534534
}
535+
fprintf( stderr, "KCONFIG_SEED=0x%X\n", seed );
535536
srand(seed);
536537
break;
537538
}

0 commit comments

Comments
 (0)