LLNL / ATS

ATS - Automated Testing System - is an open-source, Python-based tool for automating the running of tests of an application across a broad range of high performance computers.
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

Bugfix/failed test returns #105

Closed MishaZakharchanka closed 1 year ago

MishaZakharchanka commented 1 year ago

This bugfix solves https://github.com/LLNL/ATS/issues/90 by adding return values to interrupts, ATS errors, and various test failures.

dawson6 commented 1 year ago

Looks good and passes my test.