aboutsummaryrefslogtreecommitdiffstats
path: root/run-some-asp-tests
diff options
context:
space:
mode:
Diffstat (limited to 'run-some-asp-tests')
-rwxr-xr-xrun-some-asp-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-some-asp-tests b/run-some-asp-tests
index 8052f54..fadd2af 100755
--- a/run-some-asp-tests
+++ b/run-some-asp-tests
@@ -15,6 +15,6 @@ set testcases = (m3ua-asp-aspsm-v-002 \
m3ua-asp-mtr-i-002 )
foreach testcase ($testcases)
- (runm3uatest -t $timeout $testcase > /dev/tty) >& /dev/null
+ (./runm3uatest -d . -t $timeout $testcase > /dev/tty) >& /dev/null
sleep $sleeptime
end