Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACCEPT/REJECT instead of VERIFY SUCCESS/FAILURE #124

Merged
merged 1 commit into from
Jul 27, 2016

Conversation

aleksiklasila
Copy link
Contributor

@aleksiklasila aleksiklasila commented Jul 27, 2016

This changes all the VERIFY SUCCESS/FAILURE strings into ACCEPT/REJECT.
Related to pull requests #122 and #109.

  • find [a-zA-Z]* -type f -exec sed -i 's/VERIFY FAILURE/REJECT/g' {} +
  • find [a-zA-Z]* -type f -exec sed -i 's/VERIFY SUCCESS/ACCEPT/g' {} +

@aleksiklasila aleksiklasila merged commit 0e5a521 into master Jul 27, 2016
@aleksiklasila aleksiklasila deleted the ACCEPT-REJECT--VERIFY-SUCCESS-FAILURE branch July 27, 2016 07:21
@@ -6,20 +6,20 @@ class Program
{
static void Main(string[] args)
{
if (args.Length > 2) {
if (args.Length != 2) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this intentional change? It feels out of place for this pull request.

@aleksiklasila aleksiklasila mentioned this pull request Jul 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants