Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 706824465
  • Loading branch information
hadi88 authored and copybara-github committed Dec 16, 2024
1 parent 7b10721 commit 3512929
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions centipede/centipede_interface.cc
Original file line number Diff line number Diff line change
Expand Up @@ -721,9 +721,10 @@ int CentipedeMain(const Environment &env,
callbacks_factory);
}
} else if (std::getenv("CENTIPEDE_NO_FUZZ_IF_NO_CONFIG") != nullptr) {
// Target config is empty when the shard does not contain any fuzz tests.
LOG(INFO) << "No fuzz test found!";
return EXIT_SUCCESS;
// TODO(fniksic): Improve the GetSerializedTargetConfig interface to avoid
// using the environment variable.
LOG(INFO) << "Failed to get target config!";
return EXIT_FAILURE;
}
}

Expand Down

0 comments on commit 3512929

Please sign in to comment.