diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2023-08-01 14:45:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-01 14:45:36 +0100 |
| commit | 9453b2387b2cc7c473547997703c305e7982f5e4 (patch) | |
| tree | 058e492f8b6e40b6d4db3ab0a719472aa06803c6 /tests/issues/run.bat | |
| parent | a4de59c8eebfcde06409e258ec18383f1a6e0da1 (diff) | |
| parent | 74338733ba0f672124c413a6af103f2fa48049c2 (diff) | |
Merge pull request #2669 from laytan/check-disabled-when-generating-parapolydev-2023-08
Fix #2666 by checking for disabled when generating parapoly procs
Diffstat (limited to 'tests/issues/run.bat')
| -rw-r--r-- | tests/issues/run.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/issues/run.bat b/tests/issues/run.bat index 63d722e09..41c52c02f 100644 --- a/tests/issues/run.bat +++ b/tests/issues/run.bat @@ -15,6 +15,7 @@ set COMMON=-collection:tests=..\.. ..\..\..\odin test ..\test_issue_2466.odin %COMMON% -file || exit /b ..\..\..\odin test ..\test_issue_2615.odin %COMMON% -file || exit /b ..\..\..\odin test ..\test_issue_2637.odin %COMMON% -file || exit /b +..\..\..\odin test ..\test_issue_2666.odin %COMMON% -file || exit /b @echo off |