Skip to content

Commit

Permalink
CI test (remove me)
Browse files Browse the repository at this point in the history
  • Loading branch information
FAlbertDev committed May 23, 2024
1 parent 862a4a8 commit 46d3084
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/ci_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ def sanitize_kv(some_string):

if target == 'fuzzers':
flags += ['--unsafe-fuzzer-mode']
test_cmd += ['--test-threads=1']

if target in ['fuzzers', 'coverage']:
flags += ['--build-fuzzers=test']
Expand Down
2 changes: 2 additions & 0 deletions src/tests/runner/test_runner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <botan/internal/thread_pool.h>
#endif

#include <iostream>
#include <shared_mutex>

namespace Botan_Tests {
Expand Down Expand Up @@ -109,6 +110,7 @@ bool Test_Runner::run(const Test_Options& opts) {
namespace {

std::vector<Test::Result> run_a_test(const std::string& test_name) {
std::cout << "=== Running test " << test_name << " ===" << std::endl;
std::vector<Test::Result> results;

try {
Expand Down

0 comments on commit 46d3084

Please sign in to comment.