better ant task name
This commit is contained in:
parent
f55b975b3e
commit
87173c6f13
|
@ -180,8 +180,7 @@
|
|||
|
||||
</target>
|
||||
|
||||
<!--todo: rename this task to something more specific like RunRealHardwareTestSuite & sync Jenkins instances-->
|
||||
<target name="realtest" depends="jar">
|
||||
<target name="real_hardware_functional_test" depends="jar">
|
||||
<java classpath="${jar_file}" classname="com.rusefi.RealHwTest" failonerror="true">
|
||||
</java>
|
||||
</target>
|
||||
|
|
|
@ -28,7 +28,7 @@ cd java_console
|
|||
echo "Running tests"
|
||||
which java
|
||||
which javac
|
||||
ant realtest
|
||||
ant real_hardware_functional_test
|
||||
|
||||
[ $? -eq 0 ] || { echo "ERROR DETECTED"; exit 1; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue