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-x64.bat | |
parent | dc6b3b50f83bf8ed114f509a3d88855f1ff9e54a (diff) |
Scripts: Fix new windows single unit test scripts ..
Diffstat (limited to 'make/scripts/tests-x64.bat')
-rwxr-xr-x | make/scripts/tests-x64.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests-x64.bat b/make/scripts/tests-x64.bat index 2185d187d..899c69479 100755 --- a/make/scripts/tests-x64.bat +++ b/make/scripts/tests-x64.bat @@ -16,5 +16,5 @@ echo CP_ALL %CP_ALL% set X_ARGS="-Dsun.java2d.noddraw=true" "-Dsun.awt.noerasebackground=true"
-scripts\tests-win.bat
+scripts\tests-win.bat %*
|