Skip to content

Commit

Permalink
kconfig/conf: print the seed used to initialise the RNG for randconfig
Browse files Browse the repository at this point in the history
... so the user has a chance to reproduce a test-case.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
  • Loading branch information
yann-morin-1998 committed Jun 18, 2013
1 parent e85ac12 commit a5f6d79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/kconfig/conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ int main(int ac, char **av)
seed = tmp;
}
}
fprintf( stderr, "KCONFIG_SEED=0x%X\n", seed );
srand(seed);
break;
}
Expand Down

0 comments on commit a5f6d79

Please sign in to comment.