Explorar o código

ktest: Remove commented exit

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

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Steven Rostedt %!s(int64=13) %!d(string=hai) anos
pai
achega
958d8435c2
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;
 }