From 7a65ac87c0fa28cab643207dd5a670bc8c4fef70 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 9 Jan 2007 02:57:26 +0000 Subject: Disabled python tests, added system tests to build: client_test, topictest. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@494308 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/tests/run-python-tests | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'cpp/tests/run-python-tests') diff --git a/cpp/tests/run-python-tests b/cpp/tests/run-python-tests index 57be07ec1c..e69de29bb2 100755 --- a/cpp/tests/run-python-tests +++ b/cpp/tests/run-python-tests @@ -1,15 +0,0 @@ -#!/bin/sh - -set -e -log=`pwd`/qpidd.log -# Start the daemon, recording its PID. -../src/qpidd > $log 2>&1 & pid=$! - -# Arrange to kill the daemon upon any type of termination. -trap 'status=$?; kill $pid; exit $status' 0 -trap '(exit $?); exit $?' 1 2 13 15 - -# Run the tests. -cd ../../python && ./run-tests -v -I cpp_failing.txt - -rm -f $log -- cgit v1.2.1