You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by te...@apache.org on 2014/06/17 22:48:10 UTC

git commit: SLIDER-138 Do not specify python2.6 as executable

Repository: incubator-slider
Updated Branches:
  refs/heads/develop 32b39cffc -> 4b6d95652


SLIDER-138 Do not specify python2.6 as executable


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/4b6d9565
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/4b6d9565
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/4b6d9565

Branch: refs/heads/develop
Commit: 4b6d95652c7ed6aacf5c766f792aa4a7a85e9357
Parents: 32b39cf
Author: tedyu <yu...@gmail.com>
Authored: Tue Jun 17 13:48:07 2014 -0700
Committer: tedyu <yu...@gmail.com>
Committed: Tue Jun 17 13:48:07 2014 -0700

----------------------------------------------------------------------
 slider-agent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/4b6d9565/slider-agent/pom.xml
----------------------------------------------------------------------
diff --git a/slider-agent/pom.xml b/slider-agent/pom.xml
index f508fdf..06f99b5 100644
--- a/slider-agent/pom.xml
+++ b/slider-agent/pom.xml
@@ -67,7 +67,7 @@
         <executions>
           <execution>
             <configuration>
-              <executable>python2.6</executable>
+              <executable>python</executable>
               <workingDirectory>src/test/python</workingDirectory>
               <arguments>
                 <argument>unitTests.py</argument>