Skip to content

Commit 6fbc9bf

Browse files
committed
Copy testwebapp
1 parent 42041eb commit 6fbc9bf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
3.47 KB
Binary file not shown.

src/integration-tests/bash/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ function run_create_domain_job {
680680
cp $PROJECT_ROOT/kubernetes/create-domain-job-inputs.yaml ${tmp_dir}/create-domain-job-inputs.yaml
681681

682682
# copy testwebapp.war for testing
683-
cp $PROJECT_ROOT/qa/testwebapp.war ${tmp_dir}/testwebapp.war
683+
cp $PROJECT_ROOT/src/integration-tests/apps/testwebapp.war ${tmp_dir}/testwebapp.war
684684

685685
# Customize the create domain job inputs
686686
sed -i -e "s/^exposeAdminT3Channel:.*/exposeAdminT3Channel: true/" ${tmp_dir}/create-domain-job-inputs.yaml

0 commit comments

Comments
 (0)