X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cb16738479851b2c9f901c8ee84763fdda017a06..0e76d8c61330aac075dec2a449f266cbb5bafb82:/teshsuite/smpi/pingpong/broken_hostfiles.tesh diff --git a/teshsuite/smpi/pingpong/broken_hostfiles.tesh b/teshsuite/smpi/pingpong/broken_hostfiles.tesh index 87830407fd..6e78e3483b 100644 --- a/teshsuite/smpi/pingpong/broken_hostfiles.tesh +++ b/teshsuite/smpi/pingpong/broken_hostfiles.tesh @@ -1,8 +1,8 @@ ! setenv LD_LIBRARY_PATH=../../lib ! expect return 1 -$ ${bindir:=.}/../../../bin/smpirun -hostfile empty-hostfile.txt -platform ../../../examples/msg/small_platform.xml -np 4 ${bindir:=.}/pingpong -q --log=smpi_kernel.thres:warning +$ ${bindir:=.}/../../../bin/smpirun -hostfile empty-hostfile.txt -platform ../../../examples/platforms/small_platform.xml -np 4 ${bindir:=.}/pingpong -q --log=smpi_kernel.thres:warning > [smpirun] ** error: the hostfile 'empty-hostfile.txt' is empty. Aborting. ! expect return 1 -$ ${bindir:=.}/../../../bin/smpirun -hostfile hostfile-does-not-exist.txt -platform ../../../examples/msg/small_platform.xml -np 4 ${bindir:=.}/pingpong -q --log=smpi_kernel.thres:warning +$ ${bindir:=.}/../../../bin/smpirun -hostfile hostfile-does-not-exist.txt -platform ../../../examples/platforms/small_platform.xml -np 4 ${bindir:=.}/pingpong -q --log=smpi_kernel.thres:warning > [smpirun] ** error: the file 'hostfile-does-not-exist.txt' does not exist. Aborting.