-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 All,
I've been using a script to test Tomcat releases for a while, and I thought I'd make it available to anyone who wants to give it a try. It's a bash script and has only been tested on Linux. It's got some quirks, but most people ought to be able to make it work. Here's an example for testing Tomcat 8.5.19: $ nohup bin/test-tomcat-release.sh > tomcat-8.5.19.log ^ [Wait a long time] $ grep '^\*' tomcat-8.5.19.log This will give you a summary of everything that happened during the build and test process. If you want to run it for Tomcat 8.5.18, you have to change the environment variable TOMCAT_VERSION from 8.5.19 to 8.5.18. I'm sure I'll be changing it so that you can specify that from the command-line or environment so you don't have to modify the script in order to test a different release. You can find the script on GitHub: https://github.com/ChristopherSchultz/apache-tomcat-stuff Pull requests welcome, but only small ones for now. So, if you've got a Linux environment and want to test a release, grab my script and see what happens. Once most Linux environments are working, I'd be happy to make it work on other UNIX-like environments as well. - -chris -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBCAAGBQJZePeVAAoJEBzwKT+lPKRY4uIP/igBIAY7FKV2ebcAS/uKgUFn 71tC9tVlNtpa5YjIS5TNMHtVa8LuqXfEZt+R77tdw9pjpEZKwcew9S0Gbt1LItkW oJCBMMHOH2uG/jzSCsfsY3CKELszTIGWqcX2SkQO9MNtPRcXssLgaNfrDKDANQj2 DA1pM/bBKzy1JhDgTwONNsuyPHBp0kvJAk/OoIX+eYJp+XGrHHL6pm3J24X3oZvm VWmxoghwMJDJvmBm+RxI82EmeQ7HST9OKJiVK9CtGeaI8YDBdFYkLntDQ29rJtsL L7LjBil7gPSO/wzTH8fFscaQ/LNdB7ov0aIftigDgroEdJHljTpPn9/oE+VA27K/ nTtUr0os5zJkbudLxftBgsNWgzPoHxN3JcxZqkUzQsNd8wbA/GcFXRZC0PWqfugv FqYtqpLxlc3P81LuNmebwA4PR2LJyStLHMiM5gYB4vSqmh/dCK+OjDaAtOb7Tj2s LMtqLNqz10RoHxYi13Nun6wAo7EOeBWDQhX81EqVRMHdocgISX0SDSLnfHAAcnYQ sF8PWgVHHsQh2m17j1zF+AX8EDYwXXaXZUTmlFJ9SL8e9oWomauJZL9/YhYStcbO 0wLtBoXdedVjrSSbWauBQX+cdvZUnUe9q53ZmM7vtAWaSMZnAuK6v4cDaqI4RDkZ dp1c3kXmp2qLY+OPiNfr =jHqo -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org