diff options
Diffstat (limited to 'sca-cpp/trunk/test/store-python')
-rw-r--r-- | sca-cpp/trunk/test/store-python/Makefile.am | 3 | ||||
-rwxr-xr-x | sca-cpp/trunk/test/store-python/server-test | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sca-cpp/trunk/test/store-python/Makefile.am b/sca-cpp/trunk/test/store-python/Makefile.am index 345e58d544..2bdd776e10 100644 --- a/sca-cpp/trunk/test/store-python/Makefile.am +++ b/sca-cpp/trunk/test/store-python/Makefile.am @@ -15,5 +15,8 @@ # specific language governing permissions and limitations # under the License. +if WANT_PYTHON + TESTS = server-test +endif diff --git a/sca-cpp/trunk/test/store-python/server-test b/sca-cpp/trunk/test/store-python/server-test index b41c4e5393..aacf9e5a77 100755 --- a/sca-cpp/trunk/test/store-python/server-test +++ b/sca-cpp/trunk/test/store-python/server-test @@ -22,6 +22,7 @@ echo "Testing..." # Setup ../../modules/http/httpd-conf tmp 8090 htdocs ../../modules/server/server-conf tmp +../../modules/python/python-conf tmp cat >>tmp/conf/httpd.conf <<EOF <Location /> |