We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1226f08 commit abb32acCopy full SHA for abb32ac
1 file changed
external/tomcat/test.sh
@@ -16,8 +16,6 @@ source $(dirname "$0")/test_base_functions.sh
16
echo_setup
17
18
set -e
19
-echo "Building tomcat"
20
-ant
21
22
if [ "$1" = "full" ]; then
23
git clone -q -b 1.6.x --single-branch https://github.com/apache/apr.git $TEST_HOME/tmp/apr
@@ -43,8 +41,13 @@ if [ "$1" = "full" ]; then
43
41
echo "test.openssl.path=/dev/null/openssl" >> build.properties
44
42
echo "test.apr.loc=$TEST_HOME/tmp/tomcat-native-build/lib" >> build.properties
45
+ echo "Building tomcat"
+ ant
46
ant test
47
else
48
49
50
+
51
TOMCAT_BUILD_DIR="${TEST_HOME}/output/build"
52
53
cleanup() {
0 commit comments