* ada/acats/run_all.sh: Redirect mkdir stderr to /dev/null.
authorJakub Jelinek <jakub@redhat.com>
Wed, 17 Sep 2014 18:23:30 +0000 (20:23 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 17 Sep 2014 18:23:30 +0000 (20:23 +0200)
From-SVN: r215330

gcc/testsuite/ChangeLog
gcc/testsuite/ada/acats/run_all.sh

index 8f417e95d8cb82012764118473ccea7f7ce2b772..36e6faaef37cd3cd7548fad312cad64014804fae 100644 (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
index a084d6b3354c9d7baf7c233201f8e48eecbb8557..658845a4101d9b464b760aed112545e3604573e4 100755 (executable)
@@ -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=