Slicer: 1683-launcher-with-output d195e7b2

Author Committer Branch Timestamp Parent
jcfr jcfr 1683-launcher-with-output 2012-10-16 17:23:11 1683-launcher-with-output 4bfdbba6
Affected Issues 0002652: Launcher doesn't handle arguments added after --additional-module-paths
Changeset

BUG: User arguments associated python unit tests are added last.

The issue was that by using "--additional-module-paths" with a "s" it
will prevent the parameter "--python-code" from being properly parsed.
Indeed, the command line parser will think that it is an additional
module path.

The root cause of the problem lies into ctkCommandLineParser and
is captured by issue https://github.com/commontk/CTK/issues/243

Thanks to Csaba Pinter for identifiying the issue and contributing a patch.

See http://na-mic.org/Mantis/view.php?id=2652

Fixes 0002652

git-svn-id: http://svn.slicer.org/Slicer4/trunk@21201 3bd1e089-480b-0410-8dfb-8563597acbee

mod - CMake/SlicerMacroPythonTesting.cmake Diff File