~ chicken-core (chicken-5) 695bb056223581adda47e279f13630ddcbe696d9
commit 695bb056223581adda47e279f13630ddcbe696d9 Author: Mario Domenech Goulart <mario@parenteses.org> AuthorDate: Mon Apr 12 19:49:44 2021 +0200 Commit: Mario Domenech Goulart <mario@parenteses.org> CommitDate: Mon Apr 12 20:08:39 2021 +0200 Clearer message to indicate success of tests diff --git a/tests/runtests.bat b/tests/runtests.bat index bca2691f..4db57040 100644 --- a/tests/runtests.bat +++ b/tests/runtests.bat @@ -725,4 +725,4 @@ if errorlevel 1 exit /b 1 rem echo ======================================== reinstall tests rem currently disabled for windows -echo ======================================== done. +echo ======================================== done. All tests passed. diff --git a/tests/runtests.sh b/tests/runtests.sh index b1e9205f..c99cbccc 100755 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -531,4 +531,4 @@ $interpret -s multiple-values.scm $compile multiple-values.scm ./a.out -echo "======================================== done." +echo "======================================== done. All tests passed."Trap