fix opencv_run_all_tests_unix.sh script:
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Fri, 6 Feb 2015 09:36:18 +0000 (12:36 +0300)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Fri, 6 Feb 2015 09:36:18 +0000 (12:36 +0300)
commit098389d8eb81675f34da158d1f0c4515c41279cd
tree4a3daa10639b5fafdf77f6f35ed2be1a990ca958
parent1e47c6cc56cb90bcfac296cb86969baa2497827a
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