diff options
author | 오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com> | 2019-01-02 19:24:18 +0900 |
---|---|---|
committer | GitHub Enterprise <noreply-CODE@samsung.com> | 2019-01-02 19:24:18 +0900 |
commit | b3c308797542899076cf24be1452cd933b569fa6 (patch) | |
tree | 2e88418bf64367e04322b3a573c2fb323dec87d2 /tests | |
parent | 1d6e4d58a7b28f49c11cea5fa63dc82278c05b03 (diff) | |
download | nnfw-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-x | tests/scripts/test_driver.sh | 2 |
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 |