fix opencv_run_all_tests_unix.sh script:
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Fri, 6 Feb 2015 09:34:50 +0000 (12:34 +0300)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Fri, 6 Feb 2015 09:34:50 +0000 (12:34 +0300)
commit94d14c637fefc2074ba73c1cd8f1a84342c7feaf
tree108b1b680a17c1d23f3a51d864cb4dd959f7ef67
parentcd1ca7b08b9ca67603bb86a6340fc9590dee26e0
fix opencv_run_all_tests_unix.sh script:

use `bash` shell instead of `sh`, since on Ubuntu `sh` by default is `dash`,
and `dash` doesn't support `PIPESTATUS` feature used in this sctipt
cmake/templates/opencv_run_all_tests_unix.sh.in