From: Adeel Kazmi Date: Thu, 26 Nov 2020 20:53:51 +0000 (+0000) Subject: (Automated Tests) Ensure we pick up all the tests X-Git-Tag: dali_2.0.4~8^2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=bfb9bfcb8b4c2ee90024afc6a10e36773e96277d;hp=928704fcc5953be51956177bfcb28c7e4ffd9cf5;ds=sidebyside (Automated Tests) Ensure we pick up all the tests Change-Id: I76f887742f7cb8b212808197deae91bd83bebe31 --- diff --git a/automated-tests/scripts/retriever.sh b/automated-tests/scripts/retriever.sh index 102bb44..ea75c43 100755 --- a/automated-tests/scripts/retriever.sh +++ b/automated-tests/scripts/retriever.sh @@ -29,9 +29,12 @@ function get_tc_files { flag = 1; next; } + /LIST\(APPEND TC_SOURCES/ { + flag = 1; + next; + } /\)/ { - if (flag == 1) - exit; + flag = 0; } !/^ *#/ { if (flag == 1) {