mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
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:
parent
980a8be58b
commit
f24b297541
1 changed files with 1 additions and 2 deletions
|
@ -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}
|
Loading…
Add table
Add a link
Reference in a new issue