#!/bin/bash set -x echo $WORKSPACE perl Makefile.PL --skipdeps make prove -Ilib --timer -r --formatter TAP::Formatter::JUnit t/ > junit_output.xml