diff options
author | francis <francis> | 2008-01-04 11:34:30 +0000 |
---|---|---|
committer | francis <francis> | 2008-01-04 11:34:30 +0000 |
commit | fb8806396004214c77cbff5372303199b4874d04 (patch) | |
tree | 93bbb3a0761a8db9d3c4aac70685332c1c0344e5 /script/test-run | |
parent | 795bce1b0d69752622fe06f191a7dfb68cce39a8 (diff) |
Script to call test code for mySociety infrastructure
Diffstat (limited to 'script/test-run')
-rwxr-xr-x | script/test-run | 5 |
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 + |