Fixed script.
This commit is contained in:
parent
aefada013b
commit
623233e625
1 changed files with 3 additions and 7 deletions
8
.github/actions/build-docs/action.yml
vendored
8
.github/actions/build-docs/action.yml
vendored
|
@ -176,11 +176,7 @@ runs:
|
||||||
#|
|
#|
|
||||||
exec ros -Q -- $0 "$@"
|
exec ros -Q -- $0 "$@"
|
||||||
|#
|
|#
|
||||||
(progn ;;init forms
|
|
||||||
(ros:ensure-asdf)
|
(ros:ensure-asdf)
|
||||||
#+quicklisp
|
|
||||||
(ql:quickload '()
|
|
||||||
:silent t))
|
|
||||||
|
|
||||||
(defpackage :ros.script.build-docs
|
(defpackage :ros.script.build-docs
|
||||||
(:use :cl))
|
(:use :cl))
|
||||||
|
@ -192,12 +188,12 @@ runs:
|
||||||
"Standard Foo~%")
|
"Standard Foo~%")
|
||||||
(format *error-output*
|
(format *error-output*
|
||||||
"Error Bar~%")
|
"Error Bar~%")
|
||||||
(format *trace-io*
|
(format *trace-output*
|
||||||
"Trace Blah~%")
|
"Trace Blah~%")
|
||||||
(format *terminal-io*
|
(format *terminal-io*
|
||||||
"Terminal Minor~%"))
|
"Terminal Minor~%"))
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
bash test.ros > out 2> err
|
bash test.ros > out 2> err
|
||||||
|
|
||||||
echo TTTTT 1_out
|
echo TTTTT 1_out
|
||||||
|
|
Loading…
Reference in a new issue