X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c1fa53426d4f4db5c1fe697d915d30247fd5d09a..b69c3463223ed1207861d7a9b0ec0a06064696ca:/tools/tesh2/examples/jobs.tesh diff --git a/tools/tesh2/examples/jobs.tesh b/tools/tesh2/examples/jobs.tesh deleted file mode 100644 index d4cd07f8ba..0000000000 --- a/tools/tesh2/examples/jobs.tesh +++ /dev/null @@ -1,28 +0,0 @@ -#! ./tesh - -D this Tesh unit tests the option of the command line `--jobs' - -< #include -< #include -< -< int -< main(int argc, char* argv[]) -< { -< printf("Hello Tesh\n"); -< -< return EXIT_SUCCESS; -< } -< -$ cat > job.c - -$ gcc -o job job.c - -# Ignore output of the command because we can't known the order of the execution of the Tesh files. -! output ignore - -$ tesh --log="log.thresh:info tesh.fmt:%m%n" --silent --jobs --directory=${teshexample_dir:=.} jobs1.tesh jobs2.tesh jobs3.tesh jobs4.tesh jobs5.tesh jobs6.tesh jobs7.tesh jobs8.tesh jobs9.tesh - - -$ rm -f job - -$ rm -f job.c \ No newline at end of file