Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use std::any_of(...).
[simgrid.git] / tools / tesh / bg-set-signal.tesh
index 069496dde1b138786ba518278239041b3b76fa45..10011839bfac748fe4d7b6ee96f9c0c9b5b4cd97 100644 (file)
@@ -1,7 +1,8 @@
-#! ./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
 
@@ -14,4 +15,6 @@ $ mkfile segfault.pl
 $ perl segfault.pl
 
 $ cd ..
+
+! output ignore
 $ cmake -E remove_directory temp_testdir-bg-set-signal