diff --git a/test/scripts/test_osx.sh b/test/scripts/test_osx.sh index 507763bb..28dd9900 100644 --- a/test/scripts/test_osx.sh +++ b/test/scripts/test_osx.sh @@ -9,10 +9,14 @@ git submodule update cmake -DCMAKE_BUILD_TYPE=debug . make -j2 make install -timew --version pushd test || exit make ./run_all -v grep 'not ok' all.log ./problems +echo "timew $( timew --version )" +python --version +python3 --version +cmake --version +clang --version \ No newline at end of file