Skip to content

Commit

Permalink
make sure run-tests reports exit status upon prerequisite error
Browse files Browse the repository at this point in the history
  • Loading branch information
krakjoe committed Oct 29, 2017
1 parent 938f256 commit 59d413c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
+-----------------------------------------------------------+
NO_PCRE_ERROR;
exit;
exit(1);
}

if (!function_exists('proc_open')) {
Expand All @@ -56,7 +56,7 @@
+-----------------------------------------------------------+
NO_PROC_OPEN_ERROR;
exit;
exit(1);
}

// Version constants only available as of 5.2.8
Expand Down

0 comments on commit 59d413c

Please sign in to comment.