aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtests.sh')
-rwxr-xr-xtests/runtests.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/runtests.sh b/tests/runtests.sh
index 27c4972..312b3ea 100755
--- a/tests/runtests.sh
+++ b/tests/runtests.sh
@@ -1,5 +1,10 @@
#!/bin/sh
+if [ "x${PD}" = "x" ]
+then
+ PD=pd
+fi
+
RUNTESTS_TXT=runtests.txt
RUNTESTS_LOG=runtests.log