We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19fa7db commit 6211a2fCopy full SHA for 6211a2f
framework/build.xml
@@ -266,9 +266,9 @@
266
267
<echo message="Testing development lifecycle (wait ...)" />
268
269
- <!--exec executable="${pythonExecutable}" failonerror="true">
+ <exec executable="${pythonExecutable}" failonerror="true">
270
<arg value="${basedir}/../samples-and-tests/i-am-a-developer/tests.py" />
271
- </exec-->
+ </exec>
272
273
<exec executable="${pythonExecutable}" failonerror="true">
274
<arg value="${basedir}/../samples-and-tests/i-am-a-developer/test_jvm_version_flag.py" />
0 commit comments