Tried to fix the cleaner script and the master cfg

This commit is contained in:
Jorrit Wronski
2015-07-09 01:12:29 +02:00
parent 38c24d79cb
commit e148487d4b
2 changed files with 2 additions and 1 deletions

View File

@@ -841,7 +841,7 @@ def SWIG_scilab_bin_builder(platform, gitMode = 'incremental', windows = False):
compress="bz2"))
return factory
def memory_sanitizer_builder():
def memory_sanitizer_builder(gitMode = 'incremental'):
""" Run clang's memory sanitizer on the Catch tests to check for memory leaks """
# Hardcoded path to the clang compiler

View File

@@ -25,6 +25,7 @@ function stop {
}
function clean {
rm -f /home/$USER/buildbot/server-master/buildbot_private.pyc
python /home/$USER/buildbot/server-master/buildbot_private.py
}
#
# Check for input