OSDN Git Service

run-test: add --never-clean option
authorIgor Murashkin <iam@google.com>
Wed, 10 Jun 2015 22:57:17 +0000 (15:57 -0700)
committerIgor Murashkin <iam@google.com>
Wed, 10 Jun 2015 22:59:11 +0000 (15:59 -0700)
commit05f30e1e4b62bec72d3d3f90f5e87210cc5067c8
tree6e6e60557f5530decba94a461f48d7f012467f3d
parent26b97f87dcd86934f8b75e018c80bb4e8d501b03
run-test: add --never-clean option

The --never-clean option forces the temporary directory created for
running the test to be retained after run-test finishes execution.

This is useful to help with debugging problems in your run, build,
run-test-jar, etc scripts.

Change-Id: Idc6c767521581deaa80674b583834af05bf027da
test/run-test