summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-12-08 10:30:56 +0100
committerRalph Böhme <slow@samba.org>2015-03-06 15:02:29 +0100
commit87b7a7dbaa28b29dac316b8b6d953c231529e372 (patch)
treed393728b782eac198d0b19bff18cfc615ca8da2c
parentb9f9869d1bec7cff6682d3cda774dcbb2464223b (diff)
downloadsamba-87b7a7dbaa28b29dac316b8b6d953c231529e372.tar.gz
samba-87b7a7dbaa28b29dac316b8b6d953c231529e372.tar.xz
samba-87b7a7dbaa28b29dac316b8b6d953c231529e372.zip
script/autobuild.py: build the samba target with --with-profiling-data
In future we may get also runtime tests for profiling... Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Mon Dec 15 16:20:14 CET 2014 on sn-devel-104 (cherry picked from commit 4958fcdfa30fd9d8dc51ceafaab35721e61e72c7)
-rwxr-xr-xscript/autobuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index 55e4449a47..6fcdcd45d0 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -44,7 +44,7 @@ tasks = {
("clean", "make clean", "text/plain") ],
# We have 'test' before 'install' because, 'test' should work without 'install'
- "samba" : [ ("configure", "./configure.developer --picky-developer ${PREFIX} --with-selftest-prefix=./bin/ab", "text/plain"),
+ "samba" : [ ("configure", "./configure.developer --picky-developer ${PREFIX} --with-selftest-prefix=./bin/ab --with-profiling-data", "text/plain"),
("make", "make -j", "text/plain"),
("test", "make test FAIL_IMMEDIATELY=1", "text/plain"),
("install", "make install", "text/plain"),