Dump manifest for tf2circle UI check (#9176)
author박천교/On-Device Lab(SR)/Engineer/삼성전자 <ch.bahk@samsung.com>
Mon, 25 Nov 2019 09:38:23 +0000 (18:38 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Mon, 25 Nov 2019 09:38:23 +0000 (18:38 +0900)
This commit dumps test manifest for each test case of
tf2circe UI check

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
compiler/tf2circle-ui-check/checkall.sh

index 88c8808..447bf04 100755 (executable)
@@ -21,11 +21,16 @@ while [[ $# -ne 0 ]]; do
 
   INFO_FILE="${TESTCASE_DIR}/test.info"
   PBTXT_FILE="${TESTCASE_DIR}/test.pbtxt"
+  MANIFEST_FILE="${TESTCASE_DIR}/test.manifest"
 
   PB_FILE="${NAME}.pb"
 
 
   echo "Running '${NAME}'"
+  if [[ -f ${MANIFEST_FILE} ]]; then
+    # TODO Only dump SUMMARY
+    cat ${MANIFEST_FILE}
+  fi
   echo
 
   # Create a pb model