Skip to content

Commit

Permalink
Added a new test to test email (#22802)
Browse files Browse the repository at this point in the history
Adding a new test to test the ci-config changes for the emailer.
Reviewed by @tzinsky
  • Loading branch information
bhavanijayakumaran authored Jul 24, 2023
2 parents a7983ee + 653e90d commit 9c525b0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions util/cron/test-email.bash
Original file line number Diff line number Diff line change
@@ -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 $?

0 comments on commit 9c525b0

Please sign in to comment.