diff options
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 |
