summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2019-01-02 19:24:18 +0900
committerGitHub Enterprise <noreply-CODE@samsung.com>2019-01-02 19:24:18 +0900
commitb3c308797542899076cf24be1452cd933b569fa6 (patch)
tree2e88418bf64367e04322b3a573c2fb323dec87d2 /tests
parent1d6e4d58a7b28f49c11cea5fa63dc82278c05b03 (diff)
downloadnnfw-b3c308797542899076cf24be1452cd933b569fa6.tar.gz
nnfw-b3c308797542899076cf24be1452cd933b569fa6.tar.bz2
nnfw-b3c308797542899076cf24be1452cd933b569fa6.zip
Remove workaround for test script path change (#4134)
Remove workaround for test script path change because CI scripts are updated Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/scripts/test_driver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/test_driver.sh b/tests/scripts/test_driver.sh
index 30b5ea29c..97a3dab27 100755
--- a/tests/scripts/test_driver.sh
+++ b/tests/scripts/test_driver.sh
@@ -295,7 +295,7 @@ fi
# Make json file. Actually, this process is only needed on CI. That's why it is in test_driver.sh.
if [ "$BENCHMARK_ON" == "true" ] || [ "$BENCHMARK_ACL_ON" == "true" ] || [ "$BENCHMARK_OP_ON" == "true" ]; then
# functions to fill json with benchmark results
- source $ARTIFACT_PATH/tools/test_driver/print_to_json.sh
+ source $ARTIFACT_PATH/tests/scripts/print_to_json.sh
if [ "$BENCHMARK_OP_ON" == "true" ]; then
print_to_json $REPORT_DIR/benchmark_op $REPORT_DIR "benchmark_op_result.json"
else