build file

This commit is contained in:
Alexey Lavrenuke 2015-02-05 17:47:05 +03:00
parent af03121e0c
commit 7889a24457

View File

@ -4,9 +4,9 @@ PYTHONPATH=''
--> -->
<project name="Tank" default="debian"> <project name="Tank" default="debian">
<property name="package" value="Tank"/> <property name="package" value="yandextank"/>
<target name="test"> <target name="test">
<exec executable="nosetests" dir='Tests' failonerror="true"> <exec executable="nosetests" dir='tests' failonerror="true">
<arg value="--with-xunit" /> <arg value="--with-xunit" />
<arg value="--all-modules" /> <arg value="--all-modules" />
<arg value="--traverse-namespace" /> <arg value="--traverse-namespace" />
@ -33,7 +33,7 @@ PYTHONPATH=''
<arg value="Jenkins CI build" /> <arg value="Jenkins CI build" />
</exec> </exec>
--> -->
<exec executable="debuild" dir='.' failonerror="true"> <!-- <exec executable="debuild" dir='.' failonerror="true">
<arg value="-I" /> <arg value="-I" />
<arg value="-us" /> <arg value="-us" />
<arg value="-uc" /> <arg value="-uc" />
@ -42,7 +42,7 @@ PYTHONPATH=''
</exec> </exec>
<move todir="."> <move todir=".">
<fileset dir=".." includes="yandex-load-*" /> <fileset dir=".." includes="yandex-load-*" />
</move> </move> -->
</target> </target>
<target name="loc"> <target name="loc">