From fde78b50477b119ad00760aaedfb35f622b84445 Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Tue, 12 Feb 2019 11:17:00 +0100 Subject: [PATCH 1/2] Dimitri Merejkowsky Copyright Waiver I dedicate any and all copyright interest in this software to the public domain. I make this dedication for the benefit of the public at large and to the detriment of my heirs and successors. I intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. From e245118309e7e3dbe93127dd3ce44495cb5444d8 Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Sun, 10 Feb 2019 19:56:57 +0100 Subject: [PATCH 2/2] Fix wording used in test runner --- test/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run b/test/run index fb6f88d11..35e11a089 100755 --- a/test/run +++ b/test/run @@ -111,7 +111,7 @@ main() { else color=$green fi - printf "\nResume: %s tests, %s failures\n" $number_tests $number_failures | colorize $color $none + printf "\nSummary: %s tests, %s failures\n" $number_tests $number_failures | colorize $color $none exit $number_failures }