summaryrefslogtreecommitdiff
path: root/tests/warn/warntestrunner
diff options
context:
space:
mode:
Diffstat (limited to 'tests/warn/warntestrunner')
-rwxr-xr-xtests/warn/warntestrunner2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/warn/warntestrunner b/tests/warn/warntestrunner
index 3deb3814..d3a4e87a 100755
--- a/tests/warn/warntestrunner
+++ b/tests/warn/warntestrunner
@@ -4,5 +4,5 @@ set -e
for testname in ${alltests}; do
echo "Running warning test:" $testname
- $PYTHON $srcdir/warningtester.py "$testname"
+ $PYTHON $srcdir/warningtester.py "$srcdir/$testname"
done