Skip to content

Commit

Permalink
Use ct_check_testcase_result instead of check_result
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszachy committed Oct 7, 2024
1 parent 4e33a03 commit f135a9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/run-minimal
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@ TEST_SET=${TESTS:-$TEST_LIST_HW} ct_run_tests_from_testset "hw"

echo "Testing the development image build: s2i build -e \"NODE_ENV=development\")"
run_s2i_build "-e NODE_ENV=development"
check_result $?
ct_check_testcase_result $?

TEST_SET=${TESTS:-$TEST_LIST_NODE_ENV} ct_run_tests_from_testset "node_env_development"

echo "Testing the development image build: s2i build -e \"DEV_MODE=true\")"
run_s2i_build "-e DEV_MODE=true"
check_result $?
ct_check_testcase_result $?

TEST_SET=${TESTS:-$TEST_LIST_DEV_MODE} ct_run_tests_from_testset "dev_mode"

0 comments on commit f135a9c

Please sign in to comment.