diff options
author | Carlos Martín Nieto <carlos@cmartin.tk> | 2011-11-18 02:26:10 +0100 |
---|---|---|
committer | Carlos Martín Nieto <carlos@cmartin.tk> | 2011-11-18 02:35:46 +0100 |
commit | e4c93a392763a006d11e1c1dd01c12f85498dad5 (patch) | |
tree | f1961aa564911d3ab1274ab82c50346532894c5c | |
parent | c515b5bf1e63455686ee1ab89152f3da6eca73a1 (diff) | |
download | libgit2-e4c93a392763a006d11e1c1dd01c12f85498dad5.tar.gz |
Update clay instructions to use -vtap
-rw-r--r-- | tests-clay/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clay/README.md b/tests-clay/README.md index f3e54d6c6..6b5a659f8 100644 --- a/tests-clay/README.md +++ b/tests-clay/README.md @@ -11,7 +11,7 @@ https://github.com/tanoku/clay * Mix the tests: - ./clay . + ./clay -vtap . * Make sure you actually build the tests by setting: |