Skip to content

Commit

Permalink
[CI][BUGFIX] Better to pass the build folder
Browse files Browse the repository at this point in the history
build_dir is not passed to allow custom build folders
  • Loading branch information
srkreddy1238 committed Oct 22, 2023
1 parent 78a6146 commit d782fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ def add_subparser(
"run unit tests",
[
"./tests/scripts/task_java_unittest.sh",
"./tests/scripts/task_opencl_cpp_unittest.sh",
"./tests/scripts/task_opencl_cpp_unittest.sh {build_dir}",
"./tests/scripts/task_python_unittest_gpuonly.sh",
"./tests/scripts/task_python_integration_gpuonly.sh",
],
Expand Down

0 comments on commit d782fe0

Please sign in to comment.