X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=unit_tests.php;h=c63e4cdeb9c54fcc5443df919179db35167409b4;hb=d0e10623d1c7660c216a1bc5a1050b4507ff560f;hp=89b54ddca63eb683ef8b074ec63abbe6a17e2a49;hpb=9e55ba0e82f68702eeb5577998f597876edc15c9;p=wfpl.git diff --git a/unit_tests.php b/unit_tests.php index 89b54dd..c63e4cd 100644 --- a/unit_tests.php +++ b/unit_tests.php @@ -43,7 +43,7 @@ function run_unit_tests($directory, $basenames) { message("running tests in $filename"); $errors += file_run_unit_tests($filename); } - message("tests finished with $errors errors"); + message("tests finished with $errors error" . enc_s($errors)); } # Call this to unit test wfpl. By default it tests everything, or you can pass