This commit is contained in:
rusefi 2019-07-21 14:03:29 -04:00
commit c89eee4cd6
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>