file by file
This commit is contained in:
parent
f3145d9818
commit
6903394795
1 changed files with 6 additions and 1 deletions
|
|
@ -17,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 ./ghostpdl/examples/$i"
|
||||
rlLog "--------------------"
|
||||
done
|
||||
rlRun "grep opvpOpenPrinter opvp_command_dump.txt"
|
||||
rlPhaseEnd
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue