Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of framagit.org:simgrid/simgrid
[simgrid.git] / tools / tesh / bg-set-signal.tesh
index d6e9796..1001183 100644 (file)
@@ -1,11 +1,13 @@
-#! ./tesh
+#!/usr/bin/env tesh
 # This suite builds and uses a program raising a segfault, ie a program dying
 # of SIGSEV. tesh must detect this condition and report the issue.
 
+! output ignore
 $ cmake -E remove_directory temp_testdir-bg-set-signal
 $ mkdir temp_testdir-bg-set-signal
 
 $ cd temp_testdir-bg-set-signal
+
 < kill 'SEGV', $$;
 $ mkfile segfault.pl
 
@@ -13,4 +15,6 @@ $ mkfile segfault.pl
 $ perl segfault.pl
 
 $ cd ..
+
+! output ignore
 $ cmake -E remove_directory temp_testdir-bg-set-signal