Skip to content

Commit

Permalink
ktest: Remove commented exit
Browse files Browse the repository at this point in the history
A debug 'exit' was left in ktest.pl. Remove it.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed Jul 19, 2012
1 parent 84a1caf commit 958d843
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/testing/ktest/ktest.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2448,7 +2448,6 @@ sub create_config {
}
close(OUT);

# exit;
make_oldconfig;
}

Expand Down

0 comments on commit 958d843

Please sign in to comment.