Skip to content

Commit

Permalink
Minor tweak to recipe
Browse files Browse the repository at this point in the history
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #23495)
  • Loading branch information
hlandau committed Feb 10, 2024
1 parent 16e65cb commit 0810883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/recipes/70-test_quic_multistream.t
Original file line number Diff line number Diff line change
Expand Up @@ -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{OSSL_RUN_CI_TESTS} // "") ne "1";
skip "not running CI tests", 1 unless $ENV{OSSL_RUN_CI_TESTS};

subtest "check qlog output" => sub {
plan tests => 1;
Expand Down

0 comments on commit 0810883

Please sign in to comment.