# HG changeset patch # User Mitch Watrous # Date 1371748990 25200 # Node ID 78f437d03c3cae33d84c4883ab524db9e7466f86 # Parent 33cfe647ba5560c869cbfd5845d429ce6ecaaf70 Bug 1710 - Examples crash when run like this: ./test.py -e example-name diff -r 33cfe647ba55 -r 78f437d03c3c test.py --- a/test.py Wed Jun 19 13:55:49 2013 -0700 +++ b/test.py Thu Jun 20 10:23:10 2013 -0700 @@ -1455,6 +1455,7 @@ # irrespective of any condition. # example_path = ns3_runnable_programs_dictionary[example_name] + example_path = os.path.abspath(example_path) job = Job() job.set_is_example(True) job.set_is_pyexample(False)