diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-10-15 00:38:18 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-10-15 00:38:18 +0000 |
| commit | 4d5e7ba350d4076296e1ca3fab39dbc36a640d50 (patch) | |
| tree | c9a40fdb358dee54455338fa61811ec98fea3f93 /cpp/src/tests/quick_topictest.ps1 | |
| parent | 0aca464453c5c4ed3fb0f536445a998ca8a9c7c8 (diff) | |
| download | qpid-python-4d5e7ba350d4076296e1ca3fab39dbc36a640d50.tar.gz | |
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
Diffstat (limited to 'cpp/src/tests/quick_topictest.ps1')
| -rw-r--r-- | cpp/src/tests/quick_topictest.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
