Commit d9a6fdb7 by Jakub Jelinek Committed by Jakub Jelinek

run_all.sh: Make sure norun.lst is sorted using the current collation.

	* ada/acats/run_all.sh: Make sure norun.lst is sorted using the
	current collation.

From-SVN: r156255
parent a099f7d4
2010-01-26 Jakub Jelinek <jakub@redhat.com>
* ada/acats/run_all.sh: Make sure norun.lst is sorted using the
current collation.
2010-01-26 Richard Guenther <rguenther@suse.de> 2010-01-26 Richard Guenther <rguenther@suse.de>
PR rtl-optimization/42685 PR rtl-optimization/42685
......
...@@ -129,7 +129,7 @@ sed -e "s,ACATS4GNATDIR,$dir,g" \ ...@@ -129,7 +129,7 @@ sed -e "s,ACATS4GNATDIR,$dir,g" \
cp $testdir/tests/cd/*.c $dir/support cp $testdir/tests/cd/*.c $dir/support
cp $testdir/tests/cxb/*.c $dir/support cp $testdir/tests/cxb/*.c $dir/support
grep -v '^#' $testdir/norun.lst > $dir/support/norun.lst grep -v '^#' $testdir/norun.lst | sort > $dir/support/norun.lst
rm -rf $dir/run rm -rf $dir/run
mv $dir/tests $dir/tests.$$ 2> /dev/null mv $dir/tests $dir/tests.$$ 2> /dev/null
......
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