Skip to content
Extraits de code Groupes Projets
Vérifiée Valider 49590175 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

TEST: Exit with error code when lektord fails

parent 1bfd83ac
Branches
Aucune étiquette associée trouvée
1 requête de fusion!105Refactor and more
...@@ -31,6 +31,9 @@ function test_simple () ...@@ -31,6 +31,9 @@ function test_simple ()
./lkt pwd=hashire adm kil ./lkt pwd=hashire adm kil
sleep 5 sleep 5
kill $_child_pid kill $_child_pid
wait $_child_pid
local _child_sta=$?
[ _child_sta -ne 0 ] && die "The lektord process exited with $_child_sta"
} }
### Utility functions ######################################################## ### Utility functions ########################################################
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter