X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2589a5617fe05b8b2aaf2bc9bb998e6ad4271518..ce37f6e9d775bdc13c270e14490c156c1f95f71f:/teshsuite/smpi/TI_output.tesh diff --git a/teshsuite/smpi/TI_output.tesh b/teshsuite/smpi/TI_output.tesh index 3ebd98277f..759f177171 100644 --- a/teshsuite/smpi/TI_output.tesh +++ b/teshsuite/smpi/TI_output.tesh @@ -62,7 +62,7 @@ $ ../../smpi_script/bin/smpirun -ext smpi_replay --log=replay.:critical -trace-t > [Jupiter:1:(0) 0.016798] [smpi_replay/INFO] Simulation time 0.016798 ! output sort -$ find ./out_ti.txt_files -type f -exec cat {} \; +$ sh -c "cat ./out_ti.txt_files/*" > 0 init > 0 send 1 1 1 > 0 recv 1 1 1 @@ -85,7 +85,7 @@ $ find ./out_ti.txt_files -type f -exec cat {} \; > 3 finalize ! output sort -$ find ./out_in_ti.txt_files -type f -exec cat {} \; +$ sh -c "cat ./out_in_ti.txt_files/*" > 0 init > 0 send 1 1 1 > 0 recv 1 1 1