Skip to content

Commit

Permalink
Merge branch 'jgfouca/scripts/fix_update_acme_tests_examples' into ne…
Browse files Browse the repository at this point in the history
…xt (PR #318)

update_acme_tests: Update/fix examples

Command-line interface recently changed but I forgot to update
the examples.

[BFB]

* jgfouca/scripts/fix_update_acme_tests_examples:
  update_acme_tests: Update/fix examples
  • Loading branch information
jgfouca committed Sep 3, 2015
2 parents db89ca9 + 33f9164 commit 756ee71
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts/acme/update_acme_tests
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ OR
%s --test
\033[1mEXAMPLES:\033[0m
\033[1;32m# Update all acme test suites for all platforms \033[0m
> %s testlist.xml
\033[1;32m# Update acme_developer tests for all platforms \033[0m
> %s acme_developer testlist.xml
> %s testlist.xml acme_developer
\033[1;32m# Add acme_developer tests for a new platform \033[0m
> %s acme_developer testlist.xml -p machine,compiler
""" % ((os.path.basename(args[0]), ) * 5),
> %s testlist.xml acme_developer -p machine,compiler
""" % ((os.path.basename(args[0]), ) * 6),

description=description,

Expand Down

0 comments on commit 756ee71

Please sign in to comment.