temporary fix to try and get a clean dashboard

This commit is contained in:
Bill Hoffman 2004-09-23 17:49:54 -04:00
parent b3481a9675
commit 76dac72246
1 changed files with 2 additions and 1 deletions

View File

@ -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")