Merge changes Ibcf908d9,I786ab152

* changes:
  Cleaning up the version sed rule
  Adding support to conditionally replace a value
This commit is contained in:
Alexei Nicoara
2022-07-12 13:07:28 +00:00
committed by Gerrit Code Review
4 changed files with 101 additions and 17 deletions

View File

@@ -84,6 +84,16 @@ python_binary_host {
],
}
python_test_host {
name: "jsonmodify_test",
main: "jsonmodify_test.py",
srcs: [
"jsonmodify_test.py",
"jsonmodify.py",
],
test_suites: ["general-tests"],
}
python_binary_host {
name: "test_config_fixer",
main: "test_config_fixer.py",