mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Treat a nonzero exit status as a failure (#3430)
And fix the test cases that have been failing ,undetected
This commit is contained in:
parent
50cfbe8b63
commit
28a46880a2
12 changed files with 62 additions and 75 deletions
|
@ -42,6 +42,9 @@ DEFAULT_HOOK_PATH = os.path.abspath(
|
|||
os.path.join("${CMAKE_SOURCE_DIR}", "test", "test_hooks")
|
||||
)
|
||||
|
||||
# Source directory
|
||||
SOURCE_DIR = os.path.abspath("${CMAKE_SOURCE_DIR}")
|
||||
|
||||
|
||||
# Environment flags to control skipping of task tests
|
||||
TASKW_SKIP = os.environ.get("TASKW_SKIP", False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue