diff --git a/bootstrap/bloat-buster/bb.c b/bootstrap/bloat-buster/bb.c index 58cecba..0eaf36c 100644 --- a/bootstrap/bloat-buster/bb.c +++ b/bootstrap/bloat-buster/bb.c @@ -5063,7 +5063,7 @@ int main(int argc, char** argv, char** envp) int result = 0; - if (!BB_CI) + if (BB_CI) { TestDataset dataset = construct_test_cases(); EncodingTestOptions options = {