blob: b69906d7e7cb8a3f32a507aea6871337a35cd9b2 [file] [log] [blame]
alaffin802d3e32000-08-23 20:04:23 +00001#!/bin/sh
iyermanoj1d9a9632003-10-07 17:17:00 +00002################################################################################
3## ##
4## Copyright (c) International Business Machines Corp., 2001 ##
5## ##
6## This program is free software; you can redistribute it and#or modify ##
7## it under the terms of the GNU General Public License as published by ##
8## the Free Software Foundation; either version 2 of the License, or ##
9## (at your option) any later version. ##
10## ##
11## This program is distributed in the hope that it will be useful, but ##
12## WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY ##
13## or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License ##
14## for more details. ##
15## ##
16## You should have received a copy of the GNU General Public License ##
17## along with this program; if not, write to the Free Software ##
18## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ##
19## ##
20################################################################################
21# File: runalltests.sh
22#
plars4a120e82004-09-02 18:56:06 +000023# Description: This script just calls runltp now, and is being phased out.
24# If you rely on this script for automation reasons, please
25# change your scripts soon
robbiew23796112003-02-05 16:28:37 +000026
plars4a120e82004-09-02 18:56:06 +000027cd `dirname $0`
28echo -e "\033[5m"
29echo "*******************************************************************"
30echo "*******************************************************************"
31echo "** **"
32echo -e "** \033[0m The runalltests.sh script is being phased out soon. It will \033[5m**"
33echo -e "** \033[0m be replaced with the scripts called 'runltp'. If you \033[5m **"
34echo -e "** \033[0m currently rely on this script for automation scripts, you \033[5m **"
35echo -e "** \033[0m should think about changing them NOW! \033[5m **"
36echo "** **"
37echo "*******************************************************************"
38echo "*******************************************************************"
39echo -e "\033[0m"
40for i in 1 2 3 4 5 6 7 8 9 10
41do
42 echo -en "\a"
43 sleep 1
44done
alaffin802d3e32000-08-23 20:04:23 +000045
plars4a120e82004-09-02 18:56:06 +000046./runltp $*