From be581e413d9912b8485f4d5e819b58c23861c70f Mon Sep 17 00:00:00 2001 From: Thomas Bao Date: Thu, 17 Jun 2021 14:41:14 -0700 Subject: [PATCH] rename executable to ExecLogDiffer --- BUILD | 2 +- integration-test/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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