Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / tools / tesh / background.tesh
index 6eb8602..2336e9d 100644 (file)
@@ -1,10 +1,10 @@
-
+! output ignore
 $ cmake -E remove bgtesh.pl bgtesh.data
 
-< use strict; 
+< use strict;
 < sleep(1);
 < open (FILE, "<bgtesh.data") || die "Cannot open bgtesh.data: $!\n";
-< 
+<
 < while (<FILE>) {
 <   print;
 < }
@@ -20,4 +20,6 @@ $ mkfile bgtesh.pl
 $ mkfile bgtesh.data
 
 $ sleep 2
+
+! output ignore
 $ cmake -E remove bgtesh.pl bgtesh.data