Skip to content

Commit

Permalink
Generate junit for CI job
Browse files Browse the repository at this point in the history
Signed-off-by: Lukianov Artyom <[email protected]>
  • Loading branch information
Lukianov Artyom committed Apr 8, 2018
1 parent 3a5c704 commit f7fcc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ done
kubectl get pods -n ${NAMESPACE}
kubectl version

ginko_params="--ginkgo.noColor"
ginko_params="--ginkgo.noColor --junit-output=$WORKSPACE/junit.xml"

# Prepare PV for windows testing
if [[ -d $NFS_WINDOWS_DIR ]] && [[ $TARGET == windows ]]; then
Expand Down

0 comments on commit f7fcc9b

Please sign in to comment.