From 4b7886745b82bc45dac9662c5cacb75df7d19483 Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 10 May 2007 23:23:21 +0000 Subject: [PATCH] Let's work as 'documented' git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3508 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/xbt/cunit.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/xbt/cunit.c b/src/xbt/cunit.c index 0d1569cb6c..e507d22e57 100644 --- a/src/xbt/cunit.c +++ b/src/xbt/cunit.c @@ -461,6 +461,10 @@ static void apply_selection(char *selection) { enabling = 0; memmove(dir,dir+1,strlen(dir)); } + if (dir[0] == '+') { + enabling = 1; + memmove(dir,dir+1,strlen(dir)); + } p =strchr(dir,':'); if (p) { -- 2.20.1