diff options
author | Sven Gothel <[email protected]> | 2013-06-21 04:18:45 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-21 04:18:45 +0200 |
commit | 895ba533b0db32962881e4395457ed6b0ad3b9b8 (patch) | |
tree | 7a9e61dfcb1c1606b4919814d413dea1a5fed3af /make/scripts/tests-x32-dbg.bat | |
parent | dc6b3b50f83bf8ed114f509a3d88855f1ff9e54a (diff) |
Scripts: Fix new windows single unit test scripts ..
Diffstat (limited to 'make/scripts/tests-x32-dbg.bat')
-rwxr-xr-x | make/scripts/tests-x32-dbg.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests-x32-dbg.bat b/make/scripts/tests-x32-dbg.bat index 3a9a1a7c6..e5e64511d 100755 --- a/make/scripts/tests-x32-dbg.bat +++ b/make/scripts/tests-x32-dbg.bat @@ -42,4 +42,4 @@ REM set D_ARGS="-Xcheck:jni" "-Xint" "-verbose:jni" set X_ARGS="-Dsun.java2d.noddraw=true" "-Dsun.awt.noerasebackground=true"
-scripts\tests-win.bat
+scripts\tests-win.bat %*
|