File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,6 @@ cid_file=$CID_FILE_DIR/$(mktemp -u -p . --suffix=.cid)
73
73
74
74
TEST_SET=${TESTS:- $TEST_LIST_CLIENTS } ct_run_tests_from_testset " clients"
75
75
76
- cleanup
77
-
78
76
if [[ " $VERSION " != " 18" ]]; then
79
77
# This test is not available for NodeJS-18
80
78
# There is a traceback in NodeJS. It reached EOL support.
@@ -86,6 +84,4 @@ if [[ "$VERSION" != "18" ]]; then
86
84
# npm ERR! gyp ERR! not ok
87
85
TEST_SET=${TESTS:- $TEST_LIST_BINARY } ct_run_tests_from_testset " binary"
88
86
89
- cleanup
90
-
91
87
fi
Original file line number Diff line number Diff line change @@ -408,9 +408,9 @@ function test_running_client_js {
408
408
prepare " $1 "
409
409
check_prep_result $? $1 || return
410
410
run_s2i_build_client " $1 "
411
- ct_check_testcase_result $?
411
+ ct_check_testcase_result $? || return
412
412
run_client_test_suite " $1 "
413
- ct_check_testcase_result $?
413
+ ct_check_testcase_result $? || return
414
414
}
415
415
416
416
function test_client_express() {
You can’t perform that action at this time.
0 commit comments