From 9dfe6d3c2f48e9917e82f4b343fe8975c6e46823 Mon Sep 17 00:00:00 2001 From: alegrand Date: Fri, 4 Feb 2005 18:26:53 +0000 Subject: [PATCH 1/1] Surf is not broken anymore. Those tests should be run. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@878 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- testsuite/run_tests.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/run_tests.in b/testsuite/run_tests.in index 57c7ed7cf8..ed26d696a6 100755 --- a/testsuite/run_tests.in +++ b/testsuite/run_tests.in @@ -58,7 +58,7 @@ gras_ignored="gras/datadesc_usage@EXEEXT@ --read @srcdir@/gras/datadesc.little32 # we split tests on ';' so that they can contain spaces (test=accumulator) test="" -for testpart in $xbt_TESTS $msg_TESTS $gras_TESTS # $surf_TESTS +for testpart in $xbt_TESTS $msg_TESTS $gras_TESTS $surf_TESTS # do test="$test $testpart" if echo $test | grep ';' ; then -- 2.20.1