Print result of framework test on test_driver.sh (#708)
author김용섭/동작제어Lab(SR)/Engineer/삼성전자 <yons.kim@samsung.com>
Mon, 16 Apr 2018 07:15:25 +0000 (16:15 +0900)
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Mon, 16 Apr 2018 07:15:25 +0000 (16:15 +0900)
Prints framework_test.tap which is the result of framework test by
run_tests.sh.

Signed-off-by: Yongseop Kim <yons.kim@samsung.com>
tools/test_driver/test_driver.sh

index 08c3858..ac030fe 100755 (executable)
@@ -131,7 +131,8 @@ if [ "$ALLTEST_ON" == "true" ] || [ "$FRAMEWORKTEST_ON" == "true" ]; then
     echo "============================================"
     echo "Test with tflite_run"
     echo "============================================"
-    $RUN_TEST_SH
+    $RUN_TEST_SH > /dev/null 2>&1
+    cat report/framework_test.tap
     echo "============================================"
     echo ""
 fi