diff --git a/cross-os-tests/.run b/cross-os-tests/.run index 74c1e7f..feeaf50 100755 --- a/cross-os-tests/.run +++ b/cross-os-tests/.run @@ -1,8 +1,9 @@ +set -x params="$(basename "${0}")" hostname="$(echo "${params}" | cut -d\ -f1)" if echo "${params}" | grep -q \ ; then - flags="$(echo "${params}" | cut -d\ -f2)" + flags="$(echo "${params}" | cut -d\ -f2-)" fi urchin_dir=.urchin-cross-shell-test diff --git a/cross-os-tests/tlevine@redhat.polarhome.com -p 975 b/cross-os-tests/tlevine@redhat.polarhome.com -p 975 new file mode 100755 index 0000000..effdddd --- /dev/null +++ b/cross-os-tests/tlevine@redhat.polarhome.com -p 975 @@ -0,0 +1,2 @@ +#!/bin/sh +. ./.run