diff options
Diffstat (limited to 'remove_submit_integration_test_verification.patch')
-rw-r--r-- | remove_submit_integration_test_verification.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/remove_submit_integration_test_verification.patch b/remove_submit_integration_test_verification.patch new file mode 100644 index 0000000..dae9507 --- /dev/null +++ b/remove_submit_integration_test_verification.patch @@ -0,0 +1,14 @@ +diff --git a/byteman-4.0.2/agent/verification.xml b/byteman-4.0.2/agent/verification.xml +index f530cfe..52ece06 100644 +--- a/byteman-4.0.2/agent/verification.xml ++++ b/byteman-4.0.2/agent/verification.xml +@@ -171,9 +171,5 @@ + <location>target/failsafe-reports/org.jboss.byteman.tests.misc.TestThrowBinding.txt</location> + <exists/> + </file> +- <file> +- <location>target/failsafe-reports/org.jboss.byteman.tests.submit.TestSubmit.txt</location> +- <exists/> +- </file> + </files> + </verifications> |