Skip to content

Commit

Permalink
Fix Shibboleth tests
Browse files Browse the repository at this point in the history
We have to build the composed containers because the Dockerfiles
might be updated (as they are now).
  • Loading branch information
mederly committed Oct 9, 2018
1 parent 763f63a commit 6e0e503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/postgresql/tests/main.bats
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ load ../../../library
}

@test "010 Initialize and start midPoint" {
docker-compose up -d
docker-compose up --build -d
wait_for_midpoint_start postgresql_midpoint_server_1
}

Expand Down
2 changes: 1 addition & 1 deletion demo/shibboleth/tests/main.bats
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ load ../../../library
}

@test "010 Initialize and start containers" {
docker-compose up -d
docker-compose up --build -d
}

@test "012 Wait for Shibboleth to start up" {
Expand Down

0 comments on commit 6e0e503

Please sign in to comment.