[Ns-bugs] [Bug 1325] Python examples get valgrind errors when build subdirectories are specified in waf
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Wed Feb 15 09:24:21 PST 2012
https://www.nsnam.org/bugzilla/show_bug.cgi?id=1325
--- Comment #4 from Gustavo J. A. M. Carneiro <gjcarneiro at gmail.com> 2012-02-15 12:24:20 EST ---
The problem is here:
def run_job_synchronously(shell_command, directory, basedir, valgrind,
is_python, build_path=""):
(base, build) = os.path.split (NS3_BUILDDIR)
This test.py program could really use some refactoring: all the needed paths
are in the Job object, this run_job_synchronously should be a method of Job,
not a function, to get access to all the attributes.
--
Configure bugmail: https://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the Ns-bugs
mailing list