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:22:54 UTC

[trafficserver] 04/14: add execute permission to boostrap.py script

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 a2847b3a2753ba010573c7d27a68a316738786fa
Author: Jason Kenny <dr...@live.com>
AuthorDate: Thu Feb 23 21:30:41 2017 -0600

    add execute permission to boostrap.py script
---
 tests/autest.sh    | 0
 tests/bootstrap.py | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/autest.sh b/tests/autest.sh
old mode 100644
new mode 100755
diff --git a/tests/bootstrap.py b/tests/bootstrap.py
old mode 100644
new mode 100755
index 3a3c126..cde71b8
--- a/tests/bootstrap.py
+++ b/tests/bootstrap.py
@@ -26,7 +26,7 @@ import platform
 import sys
 
 pip_packages = [
-    "git+https://bitbucket.org/dragon512/reusable-gold-testing-system.git",
+    "autest",
     "hyper"
 ]
 

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