Skip to content

Commit

Permalink
Quiet the ZAP tests (#27255)
Browse files Browse the repository at this point in the history
Switch from action to pw_python_action to redirect the build output from the
test ZAP generation. The output will only be printed if the step fails.
  • Loading branch information
mspang authored Jun 15, 2023
1 parent 2926ff7 commit a870765
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/tools/zap/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@

import("//build_overrides/build.gni")
import("//build_overrides/chip.gni")
import("//build_overrides/pigweed.gni")

action("tests") {
import("$dir_pw_build/python.gni")

pw_python_action("tests") {
script = "test_generate.py"

_stamp = "${target_gen_dir}/generate.test.passed"
Expand Down

0 comments on commit a870765

Please sign in to comment.