This commit is contained in:
rusEfi 2019-07-21 12:53:14 -04:00
parent 65538c8505
commit 73ed20d75d
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@
</target>
<!--todo: rename this task to something more specific like RunRealHardwareTestSuite & sync Jenkin instances-->
<!--todo: rename this task to something more specific like RunRealHardwareTestSuite & sync Jenkins instances-->
<target name="realtest" depends="jar">
<java classpath="${jar_file}" classname="com.rusefi.RealHwTest" failonerror="true">
</java>