From 991eb43bb758c18d11ff6857a9484227b6cef1cb Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Sat, 11 Apr 2009 02:16:23 +0000 Subject: Updated performance scripts to run even if previous test failed. Merged from trunk r764152 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-release@764153 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/perftests/etc/scripts/RunAll.sh | 10 ++++------ qpid/java/perftests/etc/scripts/RunCore.sh | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 6 deletions(-) create mode 100755 qpid/java/perftests/etc/scripts/RunCore.sh diff --git a/qpid/java/perftests/etc/scripts/RunAll.sh b/qpid/java/perftests/etc/scripts/RunAll.sh index 60c04e3ed7..8b0d8b6e7c 100755 --- a/qpid/java/perftests/etc/scripts/RunAll.sh +++ b/qpid/java/perftests/etc/scripts/RunAll.sh @@ -17,9 +17,7 @@ # specific language governing permissions and limitations # under the License. # -Connections.sh && \ -JobQueue.sh && \ -Latency.sh && \ -MessageSize.sh && \ -Reliability.sh && \ -Throughput.sh +./RunCore.sh +./Connections.sh +./JobQueue.sh +./MessageSize.sh diff --git a/qpid/java/perftests/etc/scripts/RunCore.sh b/qpid/java/perftests/etc/scripts/RunCore.sh new file mode 100755 index 0000000000..fcc45aacf0 --- /dev/null +++ b/qpid/java/perftests/etc/scripts/RunCore.sh @@ -0,0 +1,22 @@ +#!/bin/sh +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +./Throughput.sh +./Latency.sh +./Reliability.sh -- cgit v1.2.1