Skip to content

Commit

Permalink
Check test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dsibilio committed Oct 7, 2024
1 parent 08f8b00 commit 77443d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/saml/upgrade/test-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ bin/add-user-keycloak.sh -r master -u admin -p admin

log_info "Starting ${source} ..."
# Start the server in the background
nohup ./bin/standalone.sh -b "${host_ip}" >/dev/kc-logfile 2>&1 &
nohup ./bin/standalone.sh -b "${host_ip}" >${current_dir}/kc-logfile 2>&1 &
# wait for the server to startup
sleep 20

Expand Down Expand Up @@ -144,7 +144,7 @@ stop_kc

log_info "Keycloak logs:"

cat /dev/kc-logfile
cat ${current_dir}/kc-logfile

log_info "Upgrading from ${source} to ${target} ..."

Expand Down

0 comments on commit 77443d1

Please sign in to comment.