aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/create_embedded_tools.sh
diff options
context:
space:
mode:
authorGravatar Kush Chakraborty <kush@google.com>2017-03-08 15:30:59 +0000
committerGravatar Vladimir Moskva <vladmos@google.com>2017-03-09 10:27:29 +0000
commit4baedc7bf96bd06b36c4af241b7423d21b6ba424 (patch)
treec17272f6e4f49c539f708b0b79517b543622f76e /src/create_embedded_tools.sh
parentcb8a5e25382cb67a80449ac1fb78ae9680650b92 (diff)
Create ExperimentalTestRunner which is just the same as BazelTestRunner, but a testbed of upcoming changes, without breaking existing test targets.
To use the alternate test runner a java test should add the tag "experimental_testrunner" and depend on "@bazel_tools//tools/jdk:ExperimentalTestRunner_deploy.jar" (instead of @bazel_tools//tools/jdk:TestRunner_deploy.jar) -- PiperOrigin-RevId: 149536298 MOS_MIGRATED_REVID=149536298
Diffstat (limited to 'src/create_embedded_tools.sh')
-rwxr-xr-xsrc/create_embedded_tools.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/create_embedded_tools.sh b/src/create_embedded_tools.sh
index 56ddf8dda2..d814f17e29 100755
--- a/src/create_embedded_tools.sh
+++ b/src/create_embedded_tools.sh
@@ -48,6 +48,7 @@ for i in $*; do
*javac7.jar) OUTPUT_PATH=third_party/java/jdk/langtools/javac7.jar ;;
*SingleJar_deploy.jar) OUTPUT_PATH=tools/jdk/SingleJar_deploy.jar ;;
*GenClass_deploy.jar) OUTPUT_PATH=tools/jdk/GenClass_deploy.jar ;;
+ *ExperimentalRunner_deploy.jar) OUTPUT_PATH=tools/jdk/ExperimentalTestRunner_deploy.jar ;;
*Runner_deploy.jar) OUTPUT_PATH=tools/jdk/TestRunner_deploy.jar ;;
*ijar.exe) OUTPUT_PATH=tools/jdk/ijar/ijar.exe ;;
*ijar) OUTPUT_PATH=tools/jdk/ijar/ijar ;;