We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8248411 commit 78b23efCopy full SHA for 78b23ef
test/run-minimal
@@ -121,12 +121,12 @@ TEST_SET=${TESTS:-$TEST_LIST_HW} ct_run_tests_from_testset "hw"
121
122
echo "Testing the development image build: s2i build -e \"NODE_ENV=development\")"
123
run_s2i_build "-e NODE_ENV=development"
124
-check_result $?
+ct_check_testcase_result $?
125
126
TEST_SET=${TESTS:-$TEST_LIST_NODE_ENV} ct_run_tests_from_testset "node_env_development"
127
128
echo "Testing the development image build: s2i build -e \"DEV_MODE=true\")"
129
run_s2i_build "-e DEV_MODE=true"
130
131
132
TEST_SET=${TESTS:-$TEST_LIST_DEV_MODE} ct_run_tests_from_testset "dev_mode"
0 commit comments