mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Return exit code of ./problems
, not the last command, on macOS
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
5ab9b86e56
commit
fa4371d30c
1 changed files with 3 additions and 1 deletions
|
@ -21,8 +21,10 @@ make
|
|||
grep 'not ok' all.log
|
||||
set +x
|
||||
./problems
|
||||
EXIT_CODE=$?
|
||||
echo "timew $( timew --version )"
|
||||
python --version
|
||||
python3 --version
|
||||
cmake --version
|
||||
clang --version
|
||||
clang --version
|
||||
exit ${EXIT_CODE}
|
Loading…
Add table
Add a link
Reference in a new issue