Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[TESTS] Included tags in tests and traces
[simgrid.git] / examples / msg / mc / bugged1_liveness_stack_cleaner
index 2f372b6..cb32fc8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
 # Run the same test compiled with -fstack-cleaner / f-no-stack-cleaner
 # and compare the output.
 
@@ -32,9 +32,9 @@ run() {
   timeout 30s ${bindir:=.}/bugged1_liveness_cleaner_$state \
     ${srcdir:=.}/../../platforms/platform.xml \
     ${srcdir:=.}/deploy_bugged1_liveness.xml \
-    --cfg=model-check:1 "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" \
+    "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" \
     --cfg=contexts/factory:ucontext \
-    --cfg=contexts/stack_size:256
+    --cfg=contexts/stack-size:256
   assert 'test $? = 134'
 }