Merge psklenar's changes
This commit is contained in:
parent
cddeeffd5a
commit
c25e5a47c6
1 changed files with 7 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
rlJournalStart
|
||||
rlPhaseStartSetup
|
||||
rlLog "`rpm -q ghostscript`"
|
||||
rlRun "tmp=\$(mktemp -d)" 0 "Create tmp directory"
|
||||
rlRun "pushd $tmp"
|
||||
rlRun "set -o pipefail"
|
||||
|
|
@ -16,7 +17,12 @@ rlJournalStart
|
|||
rlRun "ls libopv.so"
|
||||
rlLog "$(ls)"
|
||||
rlRun "popd"
|
||||
rlRun "gs -sDEVICE=opvp -sDriver=./ghostpdl/contrib/opvp/libopv.so -o output.txt -f ./ghostpdl/examples/*.*"
|
||||
rlRun "ls ./ghostpdl/examples"
|
||||
for i in $(ls ./ghostpdl/examples/*.*);do
|
||||
rlLog "file $i"
|
||||
rlRun "gs -sDEVICE=opvp -sDriver=./ghostpdl/contrib/opvp/libopv.so -o output.txt -f $i"
|
||||
rlLog "--------------------"
|
||||
done
|
||||
rlRun "grep opvpOpenPrinter opvp_command_dump.txt"
|
||||
rlPhaseEnd
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue