Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
stop parsing the command line when encountering '--'
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 13 Jul 2018 18:20:07 +0000 (20:20 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 13 Jul 2018 18:53:15 +0000 (20:53 +0200)
commitb539f6df0dbdbfe7cbd9704c940734dde92b83a3
tree2003af27b5606a346914c60f7db930510869fd6f
parent7e32165748de8fa044ecdfac9315825111d63f84
stop parsing the command line when encountering '--'

And also, add a test for this feature (fix #287)
ChangeLog
src/simgrid/sg_config.cpp
src/xbt/log.c
teshsuite/xbt/CMakeLists.txt
teshsuite/xbt/cmdline/cmdline.c [new file with mode: 0644]
teshsuite/xbt/cmdline/cmdline.tesh [new file with mode: 0644]