2 # SPDX-License-Identifier: GPL-2.0-or-later
4 ###############################################################################
6 # Copyright © International Business Machines Corp., 2009
9 # Run all tests under the functional, performance, and stress directories.
10 # Format and summarize the results.
18 ###############################################################################
20 # Test for a color capable shell and pass the result to the subdir scripts
22 tput setf 7 || tput setaf 7
29 (cd functional; ./run.sh)