diff --git a/util/cron/test-email.bash b/util/cron/test-email.bash new file mode 100644 index 000000000000..6c1788427f7f --- /dev/null +++ b/util/cron/test-email.bash @@ -0,0 +1,12 @@ +#!/usr/bin/env bash +# +# Test hellos with chpl built with jemalloc allocator + +CWD=$(cd $(dirname ${BASH_SOURCE[0]}) ; pwd) +source $CWD/common.bash + +export CHPL_HOST_MEM="jemalloc" +export CHPL_NIGHTLY_TEST_CONFIG_NAME="test-email" + +$CWD/nightly -cron -hellos ${nightly_args} +exit $? \ No newline at end of file