From 56538358de90384ac017f12908ddeae0ba0fbc69 Mon Sep 17 00:00:00 2001 From: Pavel Valena Date: Mon, 8 Mar 2021 00:32:33 +0100 Subject: [PATCH] Reorder tests in test suite to make the test suite more user-friendly. Related: PR #316. --- test/run | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/run b/test/run index bb5513f2..47db88ef 100755 --- a/test/run +++ b/test/run @@ -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) @@ -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