Pierre Muller
|
870a91502a
Fix compilation of dosbox_wrapper.pas
|
1 月之前 |
Pierre Muller
|
3bee7636dd
Add command line in verbose mode
|
1 年之前 |
Pierre Muller
|
52cc8df079
Add some delay and a maximum attempt number in GenerateTempDir to avoid getting oversized execution log files
|
3 年之前 |
pierre
|
bcf43724bf
Add more debug information when verbose is set
|
5 年之前 |
pierre
|
cf8c5d2540
Report if ExitStatus of DosBox process is non-zero
|
7 年之前 |
pierre
|
8911709f36
Correct copy of files to temp directory and removal of temp directory
|
7 年之前 |
pierre
|
ee1a5843aa
Avoid program RTE if failing to remove temporary directory
|
7 年之前 |
pierre
|
bd18d947bd
Add .exe suffix to ASrcFileName if ADestFileName ends with .exe or if file is not found
|
7 年之前 |
pierre
|
5368f1fbe9
Add handling of DelFiles
|
7 年之前 |
pierre
|
33de492553
* Improve support in temporary directory.
|
7 年之前 |
pierre
|
1c4d1d2327
Search for cwsdpmi DOS exeutable in PATH if DOSBOX_NEEDS_CWSDPMI is set or TEST_OS_TARGET is go32v2 to allow testing go32v2 programs using DOSBOX
|
8 年之前 |
pierre
|
87bb473780
Fix ExitCode readout if temp directory is used by postponing temp directory cleanup
|
8 年之前 |
pierre
|
eea65cd31f
+ Add UseSignals macro, which conditionally adds
|
8 年之前 |
pierre
|
78da04f8d5
+ Add verbose boolean variable, set to false by default,
|
9 年之前 |
nickysn
|
77229a3cdf
* dosbox timeout increased to 100 seconds
|
9 年之前 |
nickysn
|
283fd540da
* increased the default dosbox timeout to 90 seconds
|
9 年之前 |
nickysn
|
55a38bf895
* increased the default dosbox timeout to 60 seconds
|
9 年之前 |
nickysn
|
61d76e837f
+ support specifying the dosbox timeout (the maximal amount of time a test is
|
9 年之前 |
nickysn
|
52402032ae
* handle exceptions when opening the exitcode.txt file as well, so that we write
|
9 年之前 |
nickysn
|
6f490cc6b3
* write a message to stdout if dosbox is killed due to a timeout
|
9 年之前 |
pierre
|
1e38631cbe
+ (OutputFileName variable): Add possibility to use output duplicated to a file by a modified dosbox
|
9 年之前 |
nickysn
|
9f79eeff0e
* on Windows, run dosbox with the swoHIDE option to prevent the annoying focus
|
9 年之前 |
nickysn
|
f84fc17edc
+ implemented a timeout in the dosbox wrapper, so that we don't wait forever if a test hangs
|
12 年之前 |
nickysn
|
e76cee64cc
* dosbox_wrapper made to add automatically .exe to the file name, if it is missing
|
12 年之前 |
nickysn
|
59dd5ee1d0
+ dosbox wrapper script replaced with a pascal implementation that is multiplatform and supports being run in multiple instances
|
12 年之前 |