From f85965d1a8138a3dac771232bd702cba2617e872 Mon Sep 17 00:00:00 2001 From: Ryabin Sergey Date: Wed, 4 Mar 2015 13:30:21 +0300 Subject: [PATCH] Exit code stub --- octane/tests/start_timeline.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/octane/tests/start_timeline.sh b/octane/tests/start_timeline.sh index 7841ad9b..5e7890a4 100644 --- a/octane/tests/start_timeline.sh +++ b/octane/tests/start_timeline.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh set -ex export SSH_ARGS="-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" @@ -12,4 +12,4 @@ sh /home/cirros/cirros_timeline.sh $floating_ip > /home/cirros/output.txt 2>&1 & EOF echo -n $floating_ip | xargs -d" " -P5 -I% sh -c "sshpass -p'cubswin:)' scp $SSH_ARGS cirros_timeline* cirros@%: || :" -echo -n $floating_ip | xargs -d" " -P5 -I% sh -c "sshpass -p'cubswin:)' ssh $SSH_ARGS cirros@% sh ./cirros_timeline_wrapper.sh" +echo -n $floating_ip | xargs -d" " -P5 -I% sh -c "sshpass -p'cubswin:)' ssh $SSH_ARGS cirros@% sh ./cirros_timeline_wrapper.sh || :"