Releng: revert to testing compliance 9 (not 10) for now
diff --git a/releng/build-scripts/build/test.xml b/releng/build-scripts/build/test.xml
index 8b7b6a4..e9b362a 100644
--- a/releng/build-scripts/build/test.xml
+++ b/releng/build-scripts/build/test.xml
@@ -79,7 +79,7 @@
--add-opens java.base/jdk.internal.math=ALL-UNNAMED
--add-opens java.base/jdk.internal.misc=ALL-UNNAMED
-Djava.io.tmpdir=${test.tmpDir} -Dot.weaving=otdre -javaagent:${otequinox.agent.jar}
- -Dcompliance=1.4,1.7,1.8,10"/>
+ -Dcompliance=1.4,1.7,1.8,9"/>
</ant>
</target>