From 6c217acae866c2804108c76349a8f946d905d511 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Wed, 6 Apr 2016 23:21:04 +0000 Subject: [PATCH] oops --- cross-os-tests/.run | 3 ++- cross-os-tests/tlevine@redhat.polarhome.com -p 975 | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 cross-os-tests/tlevine@redhat.polarhome.com -p 975 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