Skip to content

Commit ba81f20

Browse files
Vladislav Kaluginladisgin
authored andcommitted
Fix tests
1 parent fe628c7 commit ba81f20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-utbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,4 @@ jobs:
182182
- name: Check test portability
183183
run: |
184184
rm -r /home/runner/work/UTBotCpp/UTBotCpp/c-example/build
185-
env make -f /home/runner/work/UTBotCpp/UTBotCpp/c-example/tests/lib/floats/floating_point_plain.mk run GTEST_FLAGS="--gtest_filter=*.plain_isnan_test_1" CLANG="/usr/bin/clang-10" CLANGXX="/usr/bin/clang++-10" GTEST="/gtest"
185+
env make -f /home/runner/work/UTBotCpp/UTBotCpp/c-example/tests/makefiles/lib/floats/floating_point_plain.mk run GTEST_FLAGS="--gtest_filter=*.plain_isnan_test_1" CLANG="/usr/bin/clang-10" CLANGXX="/usr/bin/clang++-10" GTEST="/gtest"

server/test/framework/CLI_Tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ namespace {
9797

9898
void checkResultsDirectory() {
9999
FileSystemUtils::RecursiveDirectoryIterator directoryIterator(suitePath / Paths::UTBOT_REPORT);
100-
EXPECT_EQ(directoryIterator.size(), 3);
100+
EXPECT_EQ(directoryIterator.size(), 4);
101101
for (const auto &it : directoryIterator) {
102102
EXPECT_TRUE(it.is_regular_file());
103103
}

0 commit comments

Comments
 (0)