commit | 6030ef4f2cf3cb0b0a650bfdf1ffb5487f20dc5c | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Wed Feb 20 14:15:53 2013 -0800 |
committer | Ian Rogers <irogers@google.com> | Wed Feb 20 14:15:53 2013 -0800 |
tree | 136fbedf4947bdaa3582036b8d52dd0d77b7b270 | |
parent | 05f3057d6a4d23d712092ccd36a531590bff323b [diff] |
run-test --gdb on host should imply dev mode. Making consistent with the target. Change-Id: Iba30db648f598d3996675287fc9d404b3aa80b0d
diff --git a/test/etc/host-run-test-jar b/test/etc/host-run-test-jar index 7e76c17..c130521 100755 --- a/test/etc/host-run-test-jar +++ b/test/etc/host-run-test-jar
@@ -31,6 +31,7 @@ shift elif [ "x$1" = "x--gdb" ]; then GDB="y" + DEV_MODE="y" shift elif [ "x$1" = "x--invoke-with" ]; then shift