aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2010-12-30 02:55:04 +0000
committerRob Austein <sra@hactrn.net>2010-12-30 02:55:04 +0000
commit444ecf31ba34a0cdea1223a30e0111b1df7af06e (patch)
treef092b61de821b9a1bbbef3975c31be2a46b06bb7 /configure.ac
parentde9524505eeeb5fe3bf9db8c1c819f02ab222b87 (diff)
Don't make executable test scripts, at least for now
svn path=/configure; revision=3587
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index e1f0097a..9f1e76dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -351,8 +351,6 @@ then
AC_CONFIG_FILES([rpkid/backup-sql:buildtools/python-header:rpkid/backup-sql.py], [chmod +x rpkid/backup-sql])
AC_CONFIG_FILES([rpkid/sql-setup:buildtools/python-header:rpkid/sql-setup.py], [chmod +x rpkid/sql-setup])
AC_CONFIG_FILES([rpkid/start-servers:buildtools/python-header:rpkid/start-servers.py], [chmod +x rpkid/start-servers])
- AC_CONFIG_FILES([rpkid/tests/sql-cleaner:buildtools/python-header:rpkid/tests/sql-cleaner.py], [chmod +x rpkid/tests/sql-cleaner])
- AC_CONFIG_FILES([rpkid/tests/sql-dumper:buildtools/python-header:rpkid/tests/sql-dumper.py], [chmod +x rpkid/tests/sql-dumper])
# These use POW, so may require pywrap
AC_CONFIG_FILES([rpkid/irbe_cli:buildtools/pywrap-header:rpkid/irbe_cli.py], [chmod +x rpkid/irbe_cli])
@@ -361,9 +359,6 @@ then
AC_CONFIG_FILES([rpkid/pubd:buildtools/pywrap-header:rpkid/pubd.py], [chmod +x rpkid/pubd])
AC_CONFIG_FILES([rpkid/rootd:buildtools/pywrap-header:rpkid/rootd.py], [chmod +x rpkid/rootd])
AC_CONFIG_FILES([rpkid/rpkid:buildtools/pywrap-header:rpkid/rpkid.py], [chmod +x rpkid/rpkid])
- AC_CONFIG_FILES([rpkid/tests/smoketest:buildtools/pywrap-header:rpkid/tests/smoketest.py], [chmod +x rpkid/tests/smoketest])
- AC_CONFIG_FILES([rpkid/tests/yamltest:buildtools/pywrap-header:rpkid/tests/yamltest.py], [chmod +x rpkid/tests/yamltest])
- AC_CONFIG_FILES([rpkid/tests/testpoke:buildtools/pywrap-header:rpkid/tests/testpoke.py], [chmod +x rpkid/tests/testpoke])
fi
# This should go away once its content has migrated from Doxygen into DocBook.