diff options
| author | Arun Isaac | 2021-08-16 18:21:30 +0530 |
|---|---|---|
| committer | Arun Isaac | 2021-08-16 18:31:12 +0530 |
| commit | 4b898a0a437f7d0c58e3766202a48c2c2d5f70d2 (patch) | |
| tree | 3f616bf66f4ba1ef32ca320242cf4c612f1e1ae9 /doc/pass-stdin.out | |
| parent | 4ed386f3b6b3763d8acc07074d41ed508814328e (diff) | |
| download | ccwl-4b898a0a437f7d0c58e3766202a48c2c2d5f70d2.tar.gz ccwl-4b898a0a437f7d0c58e3766202a48c2c2d5f70d2.tar.lz ccwl-4b898a0a437f7d0c58e3766202a48c2c2d5f70d2.zip | |
Makefile: Generate sample output when building documentation.
* Makefile.am (CLEANFILES): Add doc/*.out. (CLEAN_DIRECTORIES): Add doc/cwl-output. (GENERATE_CWL_OUTPUT): New variable. (doc/capture-output-file.out, doc/capture-output-file-with-parameter-reference.out, doc/capture-stdout.out, doc/checksum.out, doc/decompress-compile-run.out, doc/hello-world.out, doc/pass-stdin.out, doc/hello.tar.out): New targets. * doc/capture-output-file-with-parameter-reference.out, doc/capture-output-file.out, doc/capture-stdout.out, doc/checksum.out, doc/decompress-compile-run.out, doc/hello-world.out, doc/hello.tar.out, doc/pass-stdin.out: Delete files. * build-aux/generate-cwl-output.sh.in, doc/hello.c.gz, doc/hello.tar, doc/hello.txt: New files. * configure.ac: Configure build-aux/generate-cwl-output.sh. * doc/ccwl.skb (Tutorial)[Passing input into the standard input stream of a command]: Replace file "foo" with "hello.txt". * .gitignore: Add build-aux/generate-cwl-output.sh, doc/*.out and doc/cwl-output.
Diffstat (limited to 'doc/pass-stdin.out')
| -rw-r--r-- | doc/pass-stdin.out | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/pass-stdin.out b/doc/pass-stdin.out deleted file mode 100644 index c4af7da..0000000 --- a/doc/pass-stdin.out +++ /dev/null @@ -1,13 +0,0 @@ -$ ccwl compile pass-stdin.scm > pass-stdin.cwl -$ cwltool pass-stdin.cwl --file foo - [workflow ] start - [workflow ] starting step count-bytes - [step count-bytes] start - [job count-bytes] /tmp/wxi6_9jz$ wc \ - -c < /tmp/siden6hu/stg51eaae41-52a5-4e69-a78e-caefd84f7af5/foo -37 - [job count-bytes] completed success - [step count-bytes] completed success - [workflow ] completed success -{} - Final process status is success \ No newline at end of file |
