Skip to content

Commit

Permalink
Add --compiler-driver nightly test script
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Rift <anna.rift@hpe.com>
  • Loading branch information
riftEmber committed Oct 2, 2023
1 parent 30ff689 commit f800026
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions util/cron/test-driver.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env bash
#
# Test --compiler-driver configuration on full suite on linux64.

CWD=$(cd $(dirname $0) ; pwd)
source $CWD/common.bash
source $CWD/common-localnode-paratest.bash

export CHPL_NIGHTLY_TEST_CONFIG_NAME="driver"

$CWD/nightly -cron -compopts --compiler-driver $(get_nightly_paratest_args)

0 comments on commit f800026

Please sign in to comment.