From 692d015627ecf03fbc23cfdb4afcf398b9a09a51 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 12 Jan 2012 17:26:28 +0100 Subject: scripts for testing and syntax unit test --- tests/quit_pyload.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 tests/quit_pyload.sh (limited to 'tests/quit_pyload.sh') diff --git a/tests/quit_pyload.sh b/tests/quit_pyload.sh new file mode 100755 index 000000000..a8f81984a --- /dev/null +++ b/tests/quit_pyload.sh @@ -0,0 +1,4 @@ +#!/bin/bash +PYTHON=python +which python2 > /dev/null && PYTHON=python2 +$PYTHON pyLoadCore.py --configdir=tests/config --quit -- cgit v1.2.3 From 828cc89cc9b7a2ecacf98fc73928d988e15f0b98 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 14 Jan 2012 15:49:08 +0100 Subject: captcha and attachments for plugin tester --- tests/quit_pyload.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/quit_pyload.sh') diff --git a/tests/quit_pyload.sh b/tests/quit_pyload.sh index a8f81984a..e466bcb31 100755 --- a/tests/quit_pyload.sh +++ b/tests/quit_pyload.sh @@ -2,3 +2,6 @@ PYTHON=python which python2 > /dev/null && PYTHON=python2 $PYTHON pyLoadCore.py --configdir=tests/config --quit +if [ -d userplugins ]; then + rm -r userplugins +fi \ No newline at end of file -- cgit v1.2.3