diff options
| author | 2016-09-26 17:51:52 -0700 | |
|---|---|---|
| committer | 2016-09-26 17:52:39 -0700 | |
| commit | 0c88383331a37f0673c808d1d88b3359a54b2ca0 (patch) | |
| tree | fa164cedf63bbbad7ce13ae20e7331ef280571ce | |
| parent | c16672a0262a0269af9c91b5c2b67e485bbef59b (diff) | |
Store bisection logs in test directory
Store bisection search logs in test directory for easier access.
Test: ./test/run-test --never-clean --no-prebuild --bisection-search
037-inherit
Change-Id: I67e472b933516f0e486f47fd2c7a4ae06212db44
| -rwxr-xr-x | test/run-test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run-test b/test/run-test index c50a9ca707..7a4afafa4e 100755 --- a/test/run-test +++ b/test/run-test @@ -937,6 +937,7 @@ if [ "$bisection_search" = "yes" -a "$good" != "yes" ]; then --raw-cmd="$raw_cmd" \ --check-script="$cwd/check" \ --expected-output="$cwd/expected.txt" \ + --logfile="$cwd/bisection_log.txt" \ --timeout=300 fi fi |