Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
circleci have a borken install of cmake
[simgrid.git] / tools / tesh / catch-signal.tesh
index e835b01..49a54c6 100644 (file)
@@ -2,7 +2,9 @@
 # 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-catch-signal
+
 $ mkdir temp_testdir-catch-signal
 
 $ cd temp_testdir-catch-signal
@@ -23,4 +25,6 @@ $ ${bindir:=.}/tesh
 > Test suite `(stdin)': NOK (<(stdin):1> got signal SIGSEGV)
 
 $ cd ..
+
+! output ignore
 $ cmake -E remove_directory temp_testdir-catch-signal