-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
When we run through a whole long list of validation functions (e.g., validateFullAll), it is actually a little hard to tell easily at the end if they all ran. It would be great if the last thing the validation script does is print out a summary of the form: "Validation passed for XX out of YY scripts' and if any failed list those in red. Ideally this would be the last thing dumped out, so in the version that publishes this would come after all the text about git pulling and pushing.
Similarly, it would be nice to have a similar feature for the script that publishes all the tutorials -- it would be nice not to have to scroll back up and make sure there are no errors lurking 10 pages up the command window.