Sfoglia il codice sorgente

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 anni fa
parent
commit
958d8435c2
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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;
 }