mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 16:44:10 +08:00
ktest: Minor cleanup with uninitialized variable $build_options
Signed-off-by: John 'Warthog9' Hawley (VMware) <warthog9@eaglescrag.net> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
This commit is contained in:
parent
fe07bfda2f
commit
da2e56634b
@ -2594,6 +2594,9 @@ sub build {
|
||||
# Run old config regardless, to enforce min configurations
|
||||
make_oldconfig;
|
||||
|
||||
if (not defined($build_options)){
|
||||
$build_options = "";
|
||||
}
|
||||
my $build_ret = run_command "$make $build_options", $buildlog;
|
||||
|
||||
if (defined($post_build)) {
|
||||
|
Loading…
Reference in New Issue
Block a user