create_testsuite_files: Fix.

2005-05-12  Benjamin Kosnik  <bkoz@redhat.com>

	* scripts/create_testsuite_files: Fix.

From-SVN: r99648
This commit is contained in:
Benjamin Kosnik 2005-05-13 03:46:26 +00:00 committed by Benjamin Kosnik
parent 9db9ab7e32
commit 96aea9eb07
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-05-12 Benjamin Kosnik <bkoz@redhat.com>
* scripts/create_testsuite_files: Fix.
2005-05-12 Kaz Kojima <kkojima@gcc.gnu.org>
* testsuite/18_support/numeric_limits.cc (dg-options): Add

View File

@ -41,8 +41,8 @@ if test ! -s "$tmp.1"; then
fi
# Now filter out classes of tests. These classes are run using special rules.
grep _xin $tmp.3 > $tests_file_inter
grep -v _xin $tmp.3 > $tmp.4
grep _xin $tmp.1 > $tests_file_inter
grep -v _xin $tmp.1 > $tmp.4
grep performance $tmp.4 > $tests_file_perf
grep -v performance $tmp.4 > $tmp.5