Tweak output of macOS test script

- "hide" grep statement
- remove superfluous version information for python3

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2019-12-22 13:37:25 +01:00
parent 980a8be58b
commit f24b297541

View file

@ -22,13 +22,12 @@ make install
pushd test || exit
make
./run_all -v
grep 'not ok' all.log
set +x
grep 'not ok' all.log
./problems
EXIT_CODE=$?
echo "timew $( timew --version )"
python --version
python3 --version
cmake --version
clang --version
exit ${EXIT_CODE}