Skip to content

Commit 78b23ef

Browse files
lukaszachyphracek
authored andcommitted
Use ct_check_testcase_result instead of check_result
Fix: #456
1 parent 8248411 commit 78b23ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/run-minimal

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ TEST_SET=${TESTS:-$TEST_LIST_HW} ct_run_tests_from_testset "hw"
121121

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

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

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

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

0 commit comments

Comments
 (0)