summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-09-23 21:49:54 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-09-23 21:49:54 (GMT)
commit76dac72246ce0509281c7aa3a56c68c2f1751ee3 (patch)
tree4f99d66cbffc20fda25ad9c05d3b525cb9338d05
parentb3481a9675556926dc41dfd31483894c658b5bec (diff)
downloadCMake-76dac72246ce0509281c7aa3a56c68c2f1751ee3.zip
CMake-76dac72246ce0509281c7aa3a56c68c2f1751ee3.tar.gz
CMake-76dac72246ce0509281c7aa3a56c68c2f1751ee3.tar.bz2
temporary fix to try and get a clean dashboard
-rw-r--r--Source/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 08e5c9e..f98c168 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -668,7 +668,8 @@ IF(BUILD_TESTING)
--build-makeprogram ${MAKEPROGRAM}
--build-two-config
--build-run-dir "${CMake_BINARY_DIR}/Tests/Java/"
- --test-command ${JAVA_RUNTIME} -classpath hello.jar HelloWorld)
+# --test-command ${JAVA_RUNTIME} -classpath hello.jar HelloWorld)
+ --test-command ${JAVA_RUNTIME} HelloWorld)
ENDIF(JAVA_COMPILE)
ENDIF(CMAKE_GENERATOR MATCHES "Makefiles")