Skip to content

Commit

Permalink
Set JBOSS_HOME before creating admin user.
Browse files Browse the repository at this point in the history
Without this, the add-user script uses the JBOSS_HOME from the last
version tested.
  • Loading branch information
tobias committed Aug 24, 2015
1 parent d1f0e43 commit 82a1244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/bin/bees-ci-integ-build.sh
Expand Up @@ -19,12 +19,12 @@ function install-wildfly {
}

function run-tests {
export JBOSS_HOME="${AS_DIR}/wildfly-$1"

install-wildfly $1

cd integration-tests

export JBOSS_HOME="${AS_DIR}/wildfly-$1"

mark "Starting integs with $1"
lein with-profile +integs all

Expand Down

0 comments on commit 82a1244

Please sign in to comment.