file path
This commit is contained in:
parent
6903394795
commit
e2caf4fabe
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ rlJournalStart
|
|||
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"
|
||||
rlRun "gs -sDEVICE=opvp -sDriver=./ghostpdl/contrib/opvp/libopv.so -o output.txt -f $i"
|
||||
rlLog "--------------------"
|
||||
done
|
||||
rlRun "grep opvpOpenPrinter opvp_command_dump.txt"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue