Skip to content

Commit

Permalink
Use proper nightly flag for chplcheck-cls-only test (chapel-lang#25199)
Browse files Browse the repository at this point in the history
No idea how `-assertions` got in there instead of `-asserts`.

Reviewed by @tzinsky -- thanks!
  • Loading branch information
DanilaFe authored Jun 10, 2024
2 parents 2886709 + d3745ae commit 504241a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/cron/test-linux64-chplcheck-cls-only.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ source $CWD/common-localnode-paratest.bash

export CHPL_NIGHTLY_TEST_CONFIG_NAME="linux64-chplcheck-cls-only"

$CWD/nightly -cron -assertions -chplcheckonly -chpl-language-server ${nightly_args} $(get_nightly_paratest_args 8)
$CWD/nightly -cron -asserts -chplcheckonly -chpl-language-server ${nightly_args} $(get_nightly_paratest_args 8)

0 comments on commit 504241a

Please sign in to comment.