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.sh | |
| 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.sh')
| -rwxr-xr-x | tests/issues/run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/issues/run.sh b/tests/issues/run.sh index 7d2101dc6..6d53388a7 100755 --- a/tests/issues/run.sh +++ b/tests/issues/run.sh @@ -18,6 +18,7 @@ $ODIN build ../test_issue_2113.odin $COMMON -file -debug $ODIN test ../test_issue_2466.odin $COMMON -file $ODIN test ../test_issue_2615.odin $COMMON -file $ODIN test ../test_issue_2637.odin $COMMON -file +$ODIN test ../test_issue_2666.odin $COMMON -file if [[ $($ODIN build ../test_issue_2395.odin $COMMON -file 2>&1 >/dev/null | grep -c "$NO_NIL_ERR") -eq 2 ]] ; then echo "SUCCESSFUL 1/1" else |