Skip to content

Commit 6801ee8

Browse files
committed
Minor fix for bash scripting argument passing error
1 parent d6b96b0 commit 6801ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/test_model.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ test_model_with_xnnpack() {
149149
buck2 run //examples/xnnpack:xnn_executor_runner -- --model_path "${OUTPUT_MODEL_PATH}"
150150
elif [[ "${BUILD_TOOL}" == "cmake" ]]; then
151151
if [[ ! -f ${CMAKE_OUTPUT_DIR}/executor_runner ]]; then
152-
build_cmake_executor_runner("XNNPACK")
152+
build_cmake_executor_runner "XNNPACK"
153153
fi
154154
./${CMAKE_OUTPUT_DIR}/executor_runner --model_path "${OUTPUT_MODEL_PATH}"
155155
else

0 commit comments

Comments
 (0)