restore the original version of runallsb
Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/aacda9e8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/aacda9e8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/aacda9e8 Branch: refs/heads/master Commit: aacda9e8facf4daec36317a44782bcc6804b7bac Parents: 8f9576a Author: Qifan Chen <[email protected]> Authored: Fri Dec 4 20:02:03 2015 +0000 Committer: Qifan Chen <[email protected]> Committed: Fri Dec 4 20:02:03 2015 +0000 ---------------------------------------------------------------------- core/sql/regress/tools/runallsb | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/aacda9e8/core/sql/regress/tools/runallsb ---------------------------------------------------------------------- diff --git a/core/sql/regress/tools/runallsb b/core/sql/regress/tools/runallsb index 78a5925..d8a5585 100755 --- a/core/sql/regress/tools/runallsb +++ b/core/sql/regress/tools/runallsb @@ -42,7 +42,6 @@ export SQLMX_REGRESS=1 export SEABASE_REGRESS=2 TEST_SUBDIRS="core compGeneral executor seabase fullstack2 charsets qat catman1 udr hive" -TEST_SUBDIRS="catman1 udr hive" # # Make sure we're running from the regress subdir
