Skip to content

Commit

Permalink
Update build command used by bisect script (#14544)
Browse files Browse the repository at this point in the history
#0: update build command used by bisect script
  • Loading branch information
TT-billteng authored Oct 31, 2024
1 parent 80eec61 commit a152e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/tt_bisect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ while [[ "$found" = "false" ]]; do
build_code=0
echo "at commit `git rev-parse HEAD`"
echo "building Metal"
. build_metal.sh; build_code+=$?
./build_metal.sh --build-tests; build_code+=$?

if [[ $build_code -ne 0 ]]; then
echo "Build failed"
Expand Down

0 comments on commit a152e37

Please sign in to comment.