Fixed test mode fault

pull/18/head
Piero Toffanin 2017-05-21 13:29:59 -04:00
rodzic e30ae8ec03
commit bfc90c9cec
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -50,6 +50,8 @@ function makeRunner(command, args, requiredOptions = [], outputTestFile = null){
done(err); done(err);
} }
}); });
}else{
done(null, 0, null);
} }
return;// Skip rest return;// Skip rest