mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-01 03:00:13 -04:00
Tried to fix the cleaner script and the master cfg
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user