Skip to content

Commit

Permalink
scripts: tweaked compose_and_test_selected_apps to simplify building …
Browse files Browse the repository at this point in the history
…some golang test examples

Signed-off-by: Waldemar Kozaczuk <[email protected]>
  • Loading branch information
wkozaczuk committed Oct 24, 2019
1 parent 45c555c commit 3334f17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/tests/compose_and_test_selected_apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ compose_and_run_test_app()

test_simple_apps()
{
compose_test_app "golang-example" "run-go" && run_test_app "golang-example"
compose_and_run_test_app "golang-example"
compose_and_run_test_app "golang-pie-example"
compose_and_run_test_app "graalvm-example"
compose_and_run_test_app "graalvm-example"
Expand All @@ -126,7 +126,7 @@ test_simple_apps()

test_http_apps()
{
compose_test_app "golang-httpserver" "run-go" && run_test_app "golang-httpserver"
compose_and_run_test_app "golang-httpserver"
compose_and_run_test_app "golang-pie-httpserver"
compose_and_run_test_app "graalvm-httpserver"
compose_and_run_test_app "lighttpd"
Expand Down Expand Up @@ -159,7 +159,7 @@ run_unit_tests()
{
compose_test_app "unit-tests" && run_test_app "tests"
compose_test_app "httpserver-api-tests" && run_test_app "httpserver-api" "http"
compose_test_app "httpserver-api-https-tests" "httpserver-api-tests" && run_test_app "httpserver-api" "https"
#compose_test_app "httpserver-api-https-tests" "httpserver-api-tests" && run_test_app "httpserver-api" "https"
}


Expand Down

0 comments on commit 3334f17

Please sign in to comment.