aboutsummaryrefslogtreecommitdiffstats
path: root/test/recipes
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-02-01 11:01:44 +0000
committerHugo Landau <hlandau@openssl.org>2024-02-02 11:50:30 +0000
commitd1fe5738d393ace037c1f5f674125ad06a7e576d (patch)
tree7392e7a2b44a3bb80a214e7133f92a00cb728c16 /test/recipes
parentb58abf982218c704801d8a7b0f5725b730c94671 (diff)
downloadopenssl-d1fe5738d393ace037c1f5f674125ad06a7e576d.tar.gz
QUIC QLOG: Namespace the RUN_CI_TESTS variable
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22037)
Diffstat (limited to 'test/recipes')
-rw-r--r--test/recipes/70-test_quic_multistream.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/recipes/70-test_quic_multistream.t b/test/recipes/70-test_quic_multistream.t
index 4e72cef956..2e662cd5c5 100644
--- a/test/recipes/70-test_quic_multistream.t
+++ b/test/recipes/70-test_quic_multistream.t
@@ -18,7 +18,7 @@ plan skip_all => "QUIC protocol is not supported by this OpenSSL build"
plan tests => 2;
-if (!disabled('qlog') && $ENV{RUN_CI_TESTS} == "1") {
+if (!disabled('qlog') && $ENV{OSSL_RUN_CI_TESTS} == "1") {
my $qlog_output = result_dir("qlog-output");
print "# Writing qlog output to $qlog_output\n";
rmtree($qlog_output, { safe => 1 });
@@ -34,7 +34,7 @@ ok(run(test(["quic_multistream_test",
SKIP: {
skip "no qlog", 1 if disabled('qlog');
- skip "not running CI tests", 1 if $ENV{RUN_CI_TESTS} != "1";
+ skip "not running CI tests", 1 if $ENV{OSSL_RUN_CI_TESTS} != "1";
subtest "check qlog output" => sub {
plan tests => 1;