aboutsummaryrefslogtreecommitdiff
path: root/scripts/check-for-type-punning-warnings.py
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-11-17 03:54:56 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-11-17 03:54:56 +0000
commita68ad21c373adaa608536fad137c64e336f8ab06 (patch)
tree0e9726d7d563cc72eaa1a8261b6f22bd6a15d6ad /scripts/check-for-type-punning-warnings.py
parent48364b7e0de7cdd42fa005501b75e57c76dda549 (diff)
update scripts for running on apt.puredata.info
svn path=/trunk/; revision=16554
Diffstat (limited to 'scripts/check-for-type-punning-warnings.py')
-rwxr-xr-xscripts/check-for-type-punning-warnings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-for-type-punning-warnings.py b/scripts/check-for-type-punning-warnings.py
index 4a1e2c04..d3ea70e3 100755
--- a/scripts/check-for-type-punning-warnings.py
+++ b/scripts/check-for-type-punning-warnings.py
@@ -10,7 +10,7 @@ outputfilename = 'type-punning.log'
logoutput = []
-for log in glob.glob('/var/www/auto-build/' + date + '/logs/20*.txt'):
+for log in glob.glob('/home/apt/www/auto-build/' + date + '/logs/20*.txt'):
f = open(log, 'r')
logoutput.append('======================================================================\n')
logoutput.append(log + '\n')