summaryrefslogtreecommitdiff
path: root/tests/utils/dosbox/dosbox_wrapper.pas
Commit message (Expand)AuthorAgeFilesLines
* Add more debug information when verbose is setpierre2020-01-231-11/+51
* Report if ExitStatus of DosBox process is non-zeropierre2018-06-081-2/+7
* Correct copy of files to temp directory and removal of temp directorypierre2018-05-091-22/+93
* Avoid program RTE if failing to remove temporary directorypierre2018-04-221-1/+2
* Add .exe suffix to ASrcFileName if ADestFileName ends with .exe or if file i...pierre2018-04-121-2/+7
* Add handling of DelFilespierre2018-04-041-21/+22
* * Improve support in temporary directory.pierre2018-04-041-7/+171
* Search for cwsdpmi DOS exeutable in PATH if DOSBOX_NEEDS_CWSDPMI is set or T...pierre2017-07-111-0/+17
* Fix ExitCode readout if temp directory is used by postponing temp directory ...pierre2017-05-241-2/+2
* + Add UseSignals macro, which conditionally addspierre2017-05-161-23/+84
* + Add verbose boolean variable, set to false by default,pierre2016-03-301-9/+36
* * dosbox timeout increased to 100 secondsnickysn2016-01-031-1/+1
* * increased the default dosbox timeout to 90 secondsnickysn2015-12-271-1/+1
* * increased the default dosbox timeout to 60 secondsnickysn2015-12-221-1/+1
* + support specifying the dosbox timeout (the maximal amount of time a test isnickysn2015-12-221-3/+8
* * handle exceptions when opening the exitcode.txt file as well, so that we writenickysn2015-12-181-1/+1
* * write a message to stdout if dosbox is killed due to a timeoutnickysn2015-12-181-0/+3
* + (OutputFileName variable): Add possibility to use output duplicated to a ...pierre2015-12-101-8/+95
* * on Windows, run dosbox with the swoHIDE option to prevent the annoying focusnickysn2015-12-091-0/+3
* + implemented a timeout in the dosbox wrapper, so that we don't wait forever ...nickysn2013-04-101-2/+28
* * dosbox_wrapper made to add automatically .exe to the file name, if it is mi...nickysn2013-04-031-1/+4
* + dosbox wrapper script replaced with a pascal implementation that is multipl...nickysn2013-04-021-0/+147