aboutsummaryrefslogtreecommitdiffstats
path: root/script/test-run
diff options
context:
space:
mode:
authorfrancis <francis>2008-01-04 11:34:30 +0000
committerfrancis <francis>2008-01-04 11:34:30 +0000
commitfb8806396004214c77cbff5372303199b4874d04 (patch)
tree93bbb3a0761a8db9d3c4aac70685332c1c0344e5 /script/test-run
parent795bce1b0d69752622fe06f191a7dfb68cce39a8 (diff)
Script to call test code for mySociety infrastructure
Diffstat (limited to 'script/test-run')
-rwxr-xr-xscript/test-run5
1 files changed, 5 insertions, 0 deletions
diff --git a/script/test-run b/script/test-run
new file mode 100755
index 000000000..4c7a0e3ec
--- /dev/null
+++ b/script/test-run
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+cd ../
+rake spec
+