Bug 1228416: make artifacts/public directory; r=armenzg

This commit is contained in:
Dustin J. Mitchell 2015-12-08 15:54:46 -05:00
parent 46f4d829c8
commit aaf40182f5

View File

@ -27,7 +27,7 @@ if [[ -z ${MOZHARNESS_URL} ]]; then exit 1; fi
if [[ -z ${MOZHARNESS_SCRIPT} ]]; then exit 1; fi
if [[ -z ${MOZHARNESS_CONFIG} ]]; then exit 1; fi
mkdir -p ~/artifacts
mkdir -p ~/artifacts/public
cleanup() {
if [ -n "$xvfb_pid" ]; then