From e6816e94a5258aa2c269286fe6a08a36f07b084e Mon Sep 17 00:00:00 2001 From: daira <> Date: Sat, 31 Aug 2013 15:07:59 +0000 Subject: [PATCH] typo [Imported from Trac: page AdvancedInstall, version 66] --- AdvancedInstall.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AdvancedInstall.md b/AdvancedInstall.md index 61514f8..45819c7 100644 --- a/AdvancedInstall.md +++ b/AdvancedInstall.md @@ -246,7 +246,7 @@ There are a few other supported ways to run tests: The following way of running tests is supported only for backward compatibility: * `python setup.py trial` does almost the same thing as `bin/tahoe debug trial`, > but doesn't support all of the `trial` options, and the test suite must be -> specified using `-s`). +> specified using `-s`. Running `trial` directly is *not* supported, because it will not necessarily put the correct libraries (the same ones that would be used by `bin/tahoe`)