blob: fc48b4a42808e6f0c65642fc791a023b99f70236 [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################################################################################
subrata_modak7214c772008-09-08 11:56:11 +000021## File: runalltests.sh ##
22## ##
23## Description: This script just calls runltp now, and is being phased out. ##
24## If you rely on this script for automation reasons, please ##
25## ##
26## History Subrata Modak <subrata@linuc.vnet.ibm.com> changed the code ##
27## to include testing other testcases which are not run by ##
28## default, 08/09/2008 ##
29## ##
30################################################################################
robbiew23796112003-02-05 16:28:37 +000031
plars4a120e82004-09-02 18:56:06 +000032echo "*******************************************************************"
33echo "*******************************************************************"
34echo "** **"
subrata_modak7214c772008-09-08 11:56:11 +000035echo -e "** This script is being re-written to cover all aspects of **"
36echo -e "** testing LTP, which includes running all those tests which **"
37echo -e "** are not run by default with ./runltp script. Special setup **"
38echo -e "** in system environment will be done to run all those tests **"
39echo -e "** like the File System tests, SELinuxtest, etc **"
plars4a120e82004-09-02 18:56:06 +000040echo "** **"
41echo "*******************************************************************"
42echo "*******************************************************************"