* ada/acats/run_all.sh: Redirect mkdir stderr to /dev/null.
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Sep 2014 18:23:30 +0000 (18:23 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Sep 2014 18:23:30 +0000 (18:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215330 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 8f417e9..36e6faa 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 a084d6b..658845a 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=