Merge "(Automated Tests) Ensure we pick up all the tests" into devel/master
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 27 Nov 2020 12:02:05 +0000 (12:02 +0000)
committerGerrit Code Review <gerrit@review>
Fri, 27 Nov 2020 12:02:05 +0000 (12:02 +0000)
automated-tests/scripts/retriever.sh

index 102bb44..ea75c43 100755 (executable)
@@ -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) {