aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/rusage_flag_test.go
diff options
context:
space:
mode:
authorTobias Bosch <tbosch@google.com>2019-07-11 01:19:42 -0700
committerTobias Bosch <tbosch@google.com>2019-07-12 08:25:40 +0000
commit9780ea97662c429f6dcb53fb2ef90e98fe1a5f1b (patch)
tree671f3f511abcbc383b45f1fc3954bb447494e36d /compiler_wrapper/rusage_flag_test.go
parent9d60930e882d0e39b48e6dfab0bffa12f6f544ee (diff)
downloadtoolchain-utils-9780ea97662c429f6dcb53fb2ef90e98fe1a5f1b.tar.gz
Add support for calling bisect driver
Also removes forwarding to old wrapper as we now have all functionality in the new wrapper. BUG=chromium:773875 TEST=unit test, ran command for bisect driver manually in terminal. Change-Id: Icea8a20030bc72e46d6802934acd1d657f62d766 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/1697929 Reviewed-by: George Burgess <gbiv@chromium.org> Tested-by: Tobias Bosch <tbosch@google.com>
Diffstat (limited to 'compiler_wrapper/rusage_flag_test.go')
-rw-r--r--compiler_wrapper/rusage_flag_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler_wrapper/rusage_flag_test.go b/compiler_wrapper/rusage_flag_test.go
index 4fb3133f..9e877458 100644
--- a/compiler_wrapper/rusage_flag_test.go
+++ b/compiler_wrapper/rusage_flag_test.go
@@ -143,7 +143,7 @@ func TestLogRusageAppendsToFile(t *testing.T) {
func withLogRusageTestContext(t *testing.T, work func(ctx *testContext)) {
withTestContext(t, func(ctx *testContext) {
- // Disable comparing to the old wrapper as we that uses fork + wait3
+ // Disable comparing to the old wrapper as that uses fork + wait3
// to calculate resource usage, and the new wrapper uses the getrusage
// syscall.
ctx.cfg.oldWrapperPath = ""