Skip to content

Commit af9ad1e

Browse files
committed
tests: Setup test_integrations_predis_[1|latest]
1 parent a8de144 commit af9ad1e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Diff for: Makefile

+9-2
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ TEST_INTEGRATIONS_70 := \
560560
test_integrations_phpredis3 \
561561
test_integrations_phpredis4 \
562562
test_integrations_phpredis5 \
563-
test_integrations_predis_latest \
563+
test_integrations_predis_1 \
564564
test_integrations_sqlsrv
565565

566566
TEST_WEB_70 := \
@@ -602,7 +602,7 @@ TEST_INTEGRATIONS_71 := \
602602
test_integrations_phpredis3 \
603603
test_integrations_phpredis4 \
604604
test_integrations_phpredis5 \
605-
test_integrations_predis_latest \
605+
test_integrations_predis_1 \
606606
test_integrations_sqlsrv \
607607
test_opentracing_10
608608

@@ -655,6 +655,7 @@ TEST_INTEGRATIONS_72 := \
655655
test_integrations_phpredis3 \
656656
test_integrations_phpredis4 \
657657
test_integrations_phpredis5 \
658+
test_integrations_predis_1 \
658659
test_integrations_predis_latest \
659660
test_integrations_sqlsrv \
660661
test_opentracing_10
@@ -714,6 +715,7 @@ TEST_INTEGRATIONS_73 :=\
714715
test_integrations_phpredis3 \
715716
test_integrations_phpredis4 \
716717
test_integrations_phpredis5 \
718+
test_integrations_predis_1 \
717719
test_integrations_predis_latest \
718720
test_integrations_sqlsrv \
719721
test_opentracing_10
@@ -774,6 +776,7 @@ TEST_INTEGRATIONS_74 := \
774776
test_integrations_phpredis3 \
775777
test_integrations_phpredis4 \
776778
test_integrations_phpredis5 \
779+
test_integrations_predis_1 \
777780
test_integrations_predis_latest \
778781
test_integrations_roadrunner \
779782
test_integrations_sqlsrv \
@@ -839,6 +842,7 @@ TEST_INTEGRATIONS_80 := \
839842
test_integrations_guzzle_latest \
840843
test_integrations_pcntl \
841844
test_integrations_phpredis5 \
845+
test_integrations_predis_1 \
842846
test_integrations_predis_latest \
843847
test_integrations_sqlsrv \
844848
test_integrations_swoole_5 \
@@ -892,6 +896,7 @@ TEST_INTEGRATIONS_81 := \
892896
test_integrations_pdo \
893897
test_integrations_elasticsearch7 \
894898
test_integrations_phpredis5 \
899+
test_integrations_predis_1 \
895900
test_integrations_predis_latest \
896901
test_integrations_sqlsrv \
897902
test_integrations_swoole_5 \
@@ -949,6 +954,7 @@ TEST_INTEGRATIONS_82 := \
949954
test_integrations_elasticsearch7 \
950955
test_integrations_elasticsearch_latest \
951956
test_integrations_phpredis5 \
957+
test_integrations_predis_1 \
952958
test_integrations_predis_latest \
953959
test_integrations_frankenphp \
954960
test_integrations_roadrunner \
@@ -1012,6 +1018,7 @@ TEST_INTEGRATIONS_83 := \
10121018
test_integrations_elasticsearch7 \
10131019
test_integrations_elasticsearch_latest \
10141020
test_integrations_phpredis5 \
1021+
test_integrations_predis_1 \
10151022
test_integrations_predis_latest \
10161023
test_integrations_frankenphp \
10171024
test_integrations_roadrunner \

0 commit comments

Comments
 (0)