From f800026302c221b993cbefad781ae9bdab767697 Mon Sep 17 00:00:00 2001 From: Anna Rift Date: Mon, 2 Oct 2023 13:19:37 -0700 Subject: [PATCH] Add --compiler-driver nightly test script Signed-off-by: Anna Rift --- util/cron/test-driver.bash | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 util/cron/test-driver.bash diff --git a/util/cron/test-driver.bash b/util/cron/test-driver.bash new file mode 100755 index 000000000000..073151f8e181 --- /dev/null +++ b/util/cron/test-driver.bash @@ -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)