diff --git a/BUILD b/BUILD index a104e13..571a2b0 100644 --- a/BUILD +++ b/BUILD @@ -9,7 +9,7 @@ kt_jvm_library( ) java_binary( - name = "executable", + name = "ExecLogDiffer", main_class = "com.airbnb.execlog_parser.ExecLogParser", runtime_deps = [":ExecLogParser"], ) diff --git a/integration-test/README.md b/integration-test/README.md index 79bdeaf..2e0ca5c 100644 --- a/integration-test/README.md +++ b/integration-test/README.md @@ -1,11 +1,11 @@ There are two logs here. -Run `bazel build :executable` from repo root -Run `bazel-bin/executable ./integration-test/exec1.log ./integration-test/exec2.log` +Run `bazel build :ExecLogDiffer` from repo root +Run `bazel-bin/ExecLogDiffer ./integration-test/exec1.log ./integration-test/exec2.log` You should get some output, saying `tools/swift/swift-idl-parser/thrift_grammar.srcjar` has differing file hashes -Now rerun `bazel-bin/executable ./integration-test/exec1.log ./integration-test/exec2.log ./integration-test/allowlist` +Now rerun `bazel-bin/ExecLogDiffer ./integration-test/exec1.log ./integration-test/exec2.log ./integration-test/allowlist` No output and exit code should be 0