[test] Fix misleading path (#8693)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Fri, 1 Nov 2019 07:29:52 +0000 (16:29 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 1 Nov 2019 07:29:52 +0000 (16:29 +0900)
Nit: fix path in `test_arm_neurun_acl_cl.sh`.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
infra/scripts/test_arm_neurun_acl_cl.sh

index f8a4e5a..1419802 100755 (executable)
@@ -40,6 +40,6 @@ source ./tests/scripts/test_driver.sh \
         --framework_driverbin="$ROOT_PATH/Product/out/bin/tflite_loader_test_tool" \
         --frameworktest_list_file=tests/scripts/tflite_loader_list.armv7l.txt \
         --ldlibrarypath="$ROOT_PATH/Product/out/lib" \
-        --reportdir="$ROOT_PATH/report/cpu/tfliteloader" .
+        --reportdir="$ROOT_PATH/report/acl_cl/tfliteloader" .
 
 popd > /dev/null