#!/bin/bash if [[ "$0" == *"Slow"* ]]; then echo Running Not-So-Fast Prog else echo Running Fast Prog fi
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 18458 | C. Thomas Tyler |
Added new BBI config file for testing SymlinkRefactoring.bbi.cfg. Added new test baselines. Added rts.sh wrapper to run_test_suite.sh, and tweaked logging for the test suite to generate just one log file. |