Richard Mudgett
8726d89f58
live_ast: valgrind: run asterisk under valgrind
...
Adds a new sub-command, "valgrind" to live_ast. It runs asterisk under
valgrind. The extra command-line parameters are passed to Asterisk as
usual, and parameters to valgrind are passed through LIVE_AST_VALGRIND_ARGS
in live.conf .
Review: https://reviewboard.asterisk.org/r/1109/
Merged revisions 326636 from http://svn.asterisk.org/svn/asterisk/branches/10
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@350128 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-09 18:54:56 +00:00
Richard Mudgett
3609b8c19b
Update contrib script live_ast to invoke Asterisk with valgrind and suppression file.
...
* Added valgrind_compare script to compare two valgrind log files for
differences.
(issue ASTERISK-17339)
Reported by: Tzafrir Cohen
Patches:
valgrind_compare (license #5035 ) script uploaded by Tzafrir Cohen
live_ast_valgrind.diff (license #5035 ) patch uploaded by Tzafrir Cohen
live_ast_valgrind_v2.diff (license #5185 ) patch uploaded by Paul Belanger
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@350127 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-09 18:40:33 +00:00
Leif Madsen
6319a49f02
Merged revisions 280089 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r280089 | lmadsen | 2010-07-28 08:51:16 -0500 (Wed, 28 Jul 2010) | 9 lines
Merged revisions 280088 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r280088 | lmadsen | 2010-07-28 08:50:38 -0500 (Wed, 28 Jul 2010) | 1 line
Update help text to be less confusing.
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@280090 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-07-28 13:52:50 +00:00
Tzafrir Cohen
b8ea6e7500
live_ast: add commands 'rsync' and 'gen-live-asterisk'
...
This adds the following two commands to live_ast:
* rsync [user]@host directory
Copy over all generated files to <directory> at remote host.
Would allow running live_ast there. Hence allows separating a build
machine from a test machine.
* gen-live-asteris: regenerate live/asterisk . Useful if copying over
files to a different directory.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@263250 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-05-16 16:31:34 +00:00
Sean Bright
a165ccc10f
Work around a bug in dash on Ubuntu by checking the number of arguments before shift'ing.
...
Reported and tested by pabelanger.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@254976 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-03-26 16:27:56 +00:00
Tzafrir Cohen
1ede3c3ca6
live_ast: Fix asterisk.conf instead of regenerating it
...
* Don't write asterisk.conf from scratch. Fix the existing one.
* Pass extra 'make' command-line arguments to 'install' and 'samples'.
* Fix some extra typos.
closes issue #15019 .
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@217015 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-09-08 15:23:04 +00:00
Tilghman Lesher
e98ee36c0f
Add a contributed script for running Asterisk without installing it, first.
...
(closes issue #11680 )
Reported by: tzafrir
Patches:
live_ast_6 uploaded by tzafrir (license 46)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@151601 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-22 20:05:15 +00:00