aboutsummaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
authorMatt Lenc <mattl@incuna.com>2014-06-18 12:27:54 +0100
committerMatt Lenc <mattl@incuna.com>2014-06-18 12:27:54 +0100
commit3898e56c1f8a4cceea21e2628fdb7d93f97ca615 (patch)
treefe40487b8580843f2e15eaa2c9b8c15594b727b8 /run_tests.sh
parent6819627b1748a1cf367238015a0aec1df2a1bed3 (diff)
downloaddjango-wkhtmltopdf-3898e56c1f8a4cceea21e2628fdb7d93f97ca615.tar.gz
django-wkhtmltopdf-3898e56c1f8a4cceea21e2628fdb7d93f97ca615.tar.bz2
django-wkhtmltopdf-3898e56c1f8a4cceea21e2628fdb7d93f97ca615.zip
Make teh tests run right
Because Django 1.6 and other fireworks.
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/run_tests.sh b/run_tests.sh
deleted file mode 100755
index 1cb1dd5..0000000
--- a/run_tests.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env bash
-
-export WKHTMLTOPDF_CMD=`pwd`/wkhtmltox_folder/wkhtmltox/bin/wkhtmltopdf;
-export PYTHONPATH=.:$$PYTHONPATH;
-
-django-admin.py test tests --settings=wkhtmltopdf.test_settings