Skip to content

Commit

Permalink
Update GTestMain.cpp to not cleanup resources after testing is completed
Browse files Browse the repository at this point in the history
This change will be reverted later. Added this to investigate DD integ test failure
  • Loading branch information
HarshGandhi-AWS authored Jul 13, 2023
1 parent 0597270 commit 676882c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/source/GTestMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ bool parseCliArgs(int argc, char **argv)
}
else if (currentArg == CLI_CLEAN_UP)
{
CLEAN_UP = true;
CLEAN_UP = false;
}
else
{
Expand Down Expand Up @@ -185,4 +185,4 @@ int main(int argc, char **argv)
printf("Tests Complete!\n");
Aws::ShutdownAPI(options);
return rc;
}
}

0 comments on commit 676882c

Please sign in to comment.