Skip to content

Commit

Permalink
Merge pull request #126 from bhallasaksham/mainline
Browse files Browse the repository at this point in the history
fix build error for non linux distributions
  • Loading branch information
bhallasaksham authored Apr 25, 2024
2 parents c4b0935 + 3943da7 commit 7e9bf93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/tests/gmsa_test_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -747,8 +747,10 @@ int main( int argc, char** argv )
return EXIT_SUCCESS;
}
//These methods are added only to test a specific flow, not unit testable
#if AMAZON_LINUX_DISTRO
retrieve_credspec_from_s3_test();
retrieve_credspec_from_secrets_manager_test();
#endif
}
else if ( arg == "--check" )
{
Expand Down

0 comments on commit 7e9bf93

Please sign in to comment.