소스 검색

Change 'exit' to '' to allow to avoid exit at the end of test run

git-svn-id: trunk@32624 -
pierre 9 년 전
부모
커밋
0bf3b2201d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      tests/utils/dosbox/dosbox.conf

+ 2 - 1
tests/utils/dosbox/dosbox.conf

@@ -232,6 +232,7 @@ xms=true
 ems=true
 umb=true
 keyboardlayout=auto
+copy_con_to_file=$wrapper_output
 
 [ipx]
 # ipx: Enable ipx over UDP/IP emulation.
@@ -247,4 +248,4 @@ ipx=false
 mount c $DosBoxDir
 c:
 exitcode test.exe
-exit
+$exit