File: access-verification.xml

package info (click to toggle)
byteman 4.0.20-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 4,924 kB
  • sloc: java: 42,325; xml: 7,189; sh: 351; makefile: 23
file content (15 lines) | stat: -rw-r--r-- 614 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<verifications xmlns="http://maven.apache.org/verifications/1.0.0"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation="http://maven.apache.org/verifications/1.0.0 http://maven.apache.org/xsd/verifications-1.0.0.xsd">
  <!--
      ensure each test has output a results file 
      this catches cases where the VM fails to start because
      of an error with the agent configuration
  -->
  <files>
    <file>
      <location>target/failsafe-reports/org.jboss.byteman.tests.access.TestAccess.txt</location>
      <exists/>
    </file>
  </files>
</verifications>