Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't pass --log to tesh: the perl version ignores it anyway
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 29 Sep 2015 13:15:06 +0000 (15:15 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 29 Sep 2015 13:15:06 +0000 (15:15 +0200)
tools/tesh/IO-orders.tesh
tools/tesh/catch-return.tesh
tools/tesh/catch-signal.tesh
tools/tesh/catch-timeout.tesh
tools/tesh/catch-wrong-output.tesh
tools/tesh/cd.tesh
tools/tesh/set-output-ignore.tesh
tools/tesh/set-output-sort.tesh

index 28be9c2..2b30132 100644 (file)
@@ -9,7 +9,7 @@ p Order: in, out, cmd
 > Test suite from stdin
 > [(stdin):3] cat
 > Test suite from stdin OK
-$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n'
+$ ./tesh --enable-coverage
 
 p Order: out, in, cmd
 < > TOTO
@@ -19,7 +19,7 @@ p Order: out, in, cmd
 > Test suite from stdin
 > [(stdin):3] cat
 > Test suite from stdin OK
-$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n'
+$ ./tesh --enable-coverage
 
 p Order: out, cmd, in
 < > TOTO
@@ -29,7 +29,7 @@ p Order: out, cmd, in
 > Test suite from stdin
 > [(stdin):2] cat
 > Test suite from stdin OK
-$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n'
+$ ./tesh --enable-coverage
 
 p Order: in, cmd, out
 < < TOTO
@@ -39,7 +39,7 @@ p Order: in, cmd, out
 > Test suite from stdin
 > [(stdin):2] cat
 > Test suite from stdin OK
-$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n'
+$ ./tesh --enable-coverage
 
 p Order: cmd, out, in
 < $ cat
@@ -49,7 +49,7 @@ p Order: cmd, out, in
 > Test suite from stdin
 > [(stdin):1] cat
 > Test suite from stdin OK
-$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n'
+$ ./tesh --enable-coverage
 
 p Order: cmd, in, out
 < $ cat
@@ -59,4 +59,4 @@ p Order: cmd, in, out
 > Test suite from stdin
 > [(stdin):1] cat
 > Test suite from stdin OK
-$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n'
+$ ./tesh --enable-coverage
index f9d21a2..79b0682 100644 (file)
@@ -16,7 +16,7 @@ $ cc -o return1 return1.c
 
 ! expect return 41
 < $ ./return1
-$ ../tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n'
+$ ../tesh --enable-coverage
 > Enable coverage
 > Test suite from stdin
 > [(stdin):1] ./return1
index 64d37e8..1fc946e 100644 (file)
@@ -17,7 +17,7 @@ $ cc -o segfault segfault.c
 
 ! expect return 15
 < $ ./segfault
-$ ../tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n'
+$ ../tesh --enable-coverage
 > Enable coverage
 > Test suite from stdin
 > [(stdin):1] ./segfault
index d9daf92..786d011 100644 (file)
@@ -12,4 +12,4 @@
 > <(stdin):2> timeouted. Kill the process.
 > <(stdin):2> No output before timeout
 > Test suite `(stdin)': NOK (<(stdin):2> timeout after 1 sec)
-$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n'
+$ ./tesh --enable-coverage
index e60d760..aa57175 100644 (file)
@@ -6,7 +6,7 @@ p This tests whether TESH detects wrong outputs
 < > TOTO
 < < TUTU
 < $ cat
-$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n'
+$ ./tesh --enable-coverage
 > Enable coverage
 > Test suite from stdin
 > [(stdin):3] cat
index dc297db..eccf0b6 100644 (file)
@@ -16,7 +16,7 @@ $ ls
 > Test suite from stdin
 > Chdir to toto failed: No such file or directory
 > Test suite `(stdin)': NOK (system error)
-$ ../tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n'
+$ ../tesh --enable-coverage
 
 # The next command checks that there is a testdir_temp-cd in the upper directory,
 # ie that mkdir and cd both worked.
index 1fba401..492d963 100644 (file)
@@ -6,7 +6,7 @@ p This tests whether TESH accepts to ignore command output
 < > TOTO
 < < TUTU
 < $ cat
-$ ./tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n'
+$ ./tesh --enable-coverage
 > Enable coverage
 > Test suite from stdin
 > [(stdin):4] cat
index b7ae307..f459286 100644 (file)
@@ -2,7 +2,7 @@
 
 p This tests whether TESH correctly sorts command output
 
-$ ${bindir:=.}/tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n' set-output-sort-1.tesh
+$ ${bindir:=.}/tesh --enable-coverage set-output-sort-1.tesh
 > Enable coverage
 > Test suite `set-output-sort-1'
 > [set-output-sort-1:1] Test sorting and filtering of output