From eae2a896ee98dc0e6233bb2f901bb297557d8e2b Mon Sep 17 00:00:00 2001 From: Anh <zenpoems@gmail.com> Date: Thu, 10 Jan 2019 13:25:14 -0800 Subject: [PATCH] Add zafl_untracer to the list of configs to test nightly --- cicd_testing/basic-pgms-zafl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd_testing/basic-pgms-zafl.sh b/cicd_testing/basic-pgms-zafl.sh index 7a97aa6..a0293a8 100755 --- a/cicd_testing/basic-pgms-zafl.sh +++ b/cicd_testing/basic-pgms-zafl.sh @@ -15,7 +15,7 @@ if [[ $CICD_NIGHTLY == 1 ]] ; then ./test_cmds.sh -c "zafl" -l # test other zafl configs on various apps - ./test_cmds.sh -c "zafl_ida zafl_nostars zafl_opt_graph" -a "bzip2 tar tcpdump" -l + ./test_cmds.sh -c "zafl_ida zafl_nostars zafl_opt_graph zafl_untracer" -a "bzip2 tar tcpdump" -l else ./test_cmds.sh -c "zafl" -a "bzip2 tar" -l -- GitLab