You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2017/03/05 00:23:01 UTC

[trafficserver] 11/14: Update getting_started.md

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 43fde5f80d52cc2a428462960c38bb058d9a3589
Author: dragon512 <dr...@live.com>
AuthorDate: Thu Mar 2 09:33:51 2017 -0600

    Update getting_started.md
    
    Fix path to / to ./
---
 tests/getting_started.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/getting_started.md b/tests/getting_started.md
index b152348..3d36a9d 100644
--- a/tests/getting_started.md
+++ b/tests/getting_started.md
@@ -25,7 +25,7 @@ This script should try to install python35 or better on the system, and needed p
 # Advance setup
 
 AuTest can be install manually instead of using the wrapper script. The advange of this is that it is often easier to debug issues with the testing system, or the tests. There are two ways this can be done.
-1. run the bootstrap script then source the path with a "source /env-test/bin/activate" command. At this point autest command should run without the wrapper script
+1. run the bootstrap script then source the path with a "source ./env-test/bin/activate" command. At this point autest command should run without the wrapper script
 2. The other way is to make sure you install python 3.5 or better on your system. From there install these python packages ( ie pip install ):
   - hyper
   - git+https://bitbucket.org/dragon512/reusable-gold-testing-system.git 

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.