(Automated Tests) Ensure we pick up all the tests 53/248453/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 26 Nov 2020 20:53:51 +0000 (20:53 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 26 Nov 2020 20:53:51 +0000 (20:53 +0000)
Change-Id: I76f887742f7cb8b212808197deae91bd83bebe31

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) {