mirror of
https://github.com/PaperCutSoftware/GhostTrap.git
synced 2025-12-10 00:31:35 -06:00
Fix build script test failure due to missing DLL.
This commit is contained in:
parent
512d57bf90
commit
f6f3a7658d
@ -117,6 +117,7 @@ if %errorlevel% NEQ 0 goto builderror
|
||||
REM #
|
||||
REM # Test GhostTrap
|
||||
REM #
|
||||
copy "..\..\ghostpdl\bin\gsdll64.dll" out\Default\ /Y > NUL
|
||||
call cd out\Default\ > NUL
|
||||
echo Testing GhostTrap...
|
||||
call gswin64c-trapped.exe --test-sandbox -sOutputFile="C:\output\outputtest.txt" "C:\input\inputtest.txt"
|
||||
@ -217,4 +218,4 @@ cd %startdir%
|
||||
|
||||
echo Build complete.
|
||||
echo started at: %starttime%
|
||||
echo now it is : %time%
|
||||
echo now it is : %time%
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user