AnssiR66 / AlanStdLib

The Standard Library for ALAN Interactive Fiction Language
Other
6 stars 2 forks source link

Test Suite Scripts: Delete *.log Files at Each Execution #98

Closed tajmone closed 3 years ago

tajmone commented 3 years ago

In the test suite scripts:

This ensure that the local folder is kept free from left-over clutter created by failed compilations during sources editing.

The .log files generated by the ALAN compiler are ignored by Git but, when things go horribly wrong while editing adventure sources, hundreds of these temporary logs file can easily pile up locally. Deleting them is the best option.


NOTE — The main script RUNTESTS.bat already does delete all *.log files; it's only the individual folder-scripts that don't!