github.com/verrazzano/verrazzano-monitoring-operator@v0.0.30/build/scripts/copy-junit-output.sh (about) 1 #!/bin/bash 2 # 3 # Copyright (c) 2020, Oracle and/or its affiliates. 4 # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. 5 # 6 find . -name \*test-result.xml -exec cp {} $1 \;