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)
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