Fix build break for benchmark on ci (#819)
author김용섭/동작제어Lab(SR)/Engineer/삼성전자 <yons.kim@samsung.com>
Fri, 20 Apr 2018 06:16:45 +0000 (15:16 +0900)
committer오형석/동작제어Lab(SR)/Senior Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 20 Apr 2018 06:16:45 +0000 (15:16 +0900)
Print json with quot. Exactly its spec is not well descriptive. This
solution is workaround.

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

index 2a45503..2fb16e1 100755 (executable)
@@ -66,7 +66,7 @@ function print_parameters()
     print_comma
     print_key_value "description" "USE_NNAPI"
     print_comma
-    print_key_value_no_quot "value" "$USE_NNAPI"
+    print_key_value "value" "$USE_NNAPI"
     print_brace_end
     print_comma