* ada/acats/run_all.sh: Redirect mkdir stderr to /dev/null.

From-SVN: r215330
This commit is contained in:
Jakub Jelinek 2014-09-17 20:23:30 +02:00 committed by Jakub Jelinek
parent 621d5431a2
commit f020a31c22
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-09-17 Jakub Jelinek <jakub@redhat.com>
* ada/acats/run_all.sh: Redirect mkdir stderr to /dev/null.
2014-09-17 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/63241

View File

@ -268,7 +268,7 @@ for chapter in $chapters; do
if [ $par_countm -eq 1 ]; then
as_fn_arith $par_count + 1
par_count=$as_val
if mkdir $GCC_RUNTEST_PARALLELIZE_DIR/$par_count; then
if mkdir $GCC_RUNTEST_PARALLELIZE_DIR/$par_count 2>/dev/null; then
par_last=1
else
par_last=