Commit 96aea9eb by Benjamin Kosnik Committed by Benjamin Kosnik

create_testsuite_files: Fix.


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

	* scripts/create_testsuite_files: Fix.

From-SVN: r99648
parent 9db9ab7e
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment