github.com/verrazzano/verrazzano@v1.7.0/build/copy-junit-output.sh (about) 1 #!/bin/bash 2 # 3 # Copyright (c) 2020, 2021, 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 \; 7 find . -name \*.log -exec cp {} $1 \;