瀏覽代碼

AMBARI-8977. Unit test failue on CentOS 5.

Siddharth Wagle 10 年之前
父節點
當前提交
6e5df9188d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      ambari-metrics/ambari-metrics-host-monitoring/pom.xml

+ 2 - 2
ambari-metrics/ambari-metrics-host-monitoring/pom.xml

@@ -162,7 +162,7 @@
                 </goals>
                 <configuration>
                   <target name="psutils-compile">
-                    <exec dir="${basedir}/src/main/python/psutil" executable="python" failonerror="true">
+                    <exec dir="${basedir}/src/main/python/psutil" executable="${executable.python}" failonerror="true">
                       <arg value="setup.py" />
                       <arg value="bdist_egg" />
                       <arg value="--bdist-dir" />
@@ -211,7 +211,7 @@
                 </goals>
                 <configuration>
                   <target name="psutils-compile">
-                    <exec dir="${basedir}/src/main/python/psutil" executable="python" failonerror="true">
+                    <exec dir="${basedir}/src/main/python/psutil" executable="${executable.python}" failonerror="true">
                       <arg value="setup.py" />
                       <arg value="build" />
                       <arg value="--build-platlib" />