forked from arbor-sim/arbor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify validation run scripts (arbor-sim#56)
Move common functionality to run-validation.sh. Implements arbor-sim#53. * Make validation run script responsible for configuring output directory, printing test status, and capturing test stdout/stderr. * Pass cache refresh request via environment variable `ns_cache_refresh`. * Use exit codes to return test failure status. * Print progress, platform information to stdout in run-validation.sh. * Set up terminal colours with `tput`, and test for tty.
- Loading branch information
Sam Yates
authored
Mar 28, 2019
1 parent
b92accb
commit 99f71de
Showing
5 changed files
with
181 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.