From 4d5e7ba350d4076296e1ca3fab39dbc36a640d50 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Thu, 15 Oct 2009 00:38:18 +0000 Subject: Improved test output capturing in automated tests; correctly get exe process exit codes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@825358 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/quick_topictest.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/tests/quick_topictest.ps1') diff --git a/cpp/src/tests/quick_topictest.ps1 b/cpp/src/tests/quick_topictest.ps1 index b1e0ed1f7d..b2efbdd684 100644 --- a/cpp/src/tests/quick_topictest.ps1 +++ b/cpp/src/tests/quick_topictest.ps1 @@ -20,7 +20,7 @@ # Quick and quiet topic test for make check. [string]$me = $myInvocation.InvocationName $srcdir = Split-Path $me -powershell "$srcdir\topictest.ps1" -subscribers 2 -messages 2 -batches 1 > topictest.log 2>&1 +& "$srcdir\topictest.ps1" -subscribers 2 -messages 2 -batches 1 > topictest.log 2>&1 if (!$?) { "$me FAILED:" cat topictest.log -- cgit v1.2.1