Add MergeWithConfig
When dealing with logs, sometimes you need to add a new channel. It is
easiest to just specify the json to merge in with the log file. Make
this a function.
Change-Id: I7bd8bde72aa0103ec9c4ae0019164566787c54a2
diff --git a/aos/BUILD b/aos/BUILD
index 12d25b2..1d6d388 100644
--- a/aos/BUILD
+++ b/aos/BUILD
@@ -477,6 +477,7 @@
"testdata/config2_multinode.json",
"testdata/config3.json",
"testdata/expected.json",
+ "testdata/expected_merge_with.json",
"testdata/expected_multinode.json",
"testdata/good_multinode.json",
"testdata/good_multinode_hostnames.json",