Browse Source

ktest: Remove commented exit

A debug 'exit' was left in ktest.pl. Remove it.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Steven Rostedt 13 năm trước cách đây
mục cha
commit
958d8435c2
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      tools/testing/ktest/ktest.pl

+ 0 - 1
tools/testing/ktest/ktest.pl

@@ -2448,7 +2448,6 @@ sub create_config {
     }
     close(OUT);
 
-#    exit;
     make_oldconfig;
 }