Skip to content

Commit 6e3cd5e

Browse files
committed
Fix bad negation in functions
1 parent bd402c2 commit 6e3cd5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/run_build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fi
3131
if is_mri; then
3232
# As of 2019-09-24 this causes a huge log due to a cicular dependency
3333
# disable for now
34-
if !is_mri_193; then
34+
if [ is_mri_193 -ne 0 ]; then
3535
fold "one-by-one specs" run_specs_one_by_one
3636
fi
3737
run_all_spec_suites

0 commit comments

Comments
 (0)