Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions test/run
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,6 @@ fi
git clone git://github.com/openshift/ruby-hello-world db-test-app
popd

test_from_dockerfile
test_from_dockerfile ".s2i"

for server in ${WEB_SERVERS[@]}; do
cid_file=$(mktemp -u --suffix=.cid)

Expand All @@ -259,6 +256,9 @@ for server in ${WEB_SERVERS[@]}; do
cleanup "${server}"
done

test_from_dockerfile
test_from_dockerfile ".s2i"

echo "$test_short_summary"

if [ $TESTSUITE_RESULT -eq 0 ] ; then
Expand Down