mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-16 08:01:24 -07:00
Make tests scripts error if a test fails
Additionally fixes tests that were found broken because of this.
This commit is contained in:
@@ -4,9 +4,10 @@ set PATH_TO_ODIN==..\..\odin
|
||||
echo ---
|
||||
echo Building Documentation File
|
||||
echo ---
|
||||
%PATH_TO_ODIN% doc ..\..\examples\all -all-packages -doc-format
|
||||
%PATH_TO_ODIN% doc ..\..\examples\all -all-packages -doc-format || exit /b
|
||||
|
||||
|
||||
echo ---
|
||||
echo Running Documentation Tester
|
||||
echo ---
|
||||
%PATH_TO_ODIN% run documentation_tester.odin -file -vet -strict-style -- %PATH_TO_ODIN%
|
||||
%PATH_TO_ODIN% run documentation_tester.odin -file -vet -strict-style -- %PATH_TO_ODIN% || exit /b
|
||||
|
||||
Reference in New Issue
Block a user