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.bat | |
parent | dc6b3b50f83bf8ed114f509a3d88855f1ff9e54a (diff) |
Scripts: Fix new windows single unit test scripts ..
Diffstat (limited to 'make/scripts/tests-x32.bat')
-rwxr-xr-x | make/scripts/tests-x32.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests-x32.bat b/make/scripts/tests-x32.bat index e3de934d7..6f262eb5f 100755 --- a/make/scripts/tests-x32.bat +++ b/make/scripts/tests-x32.bat @@ -22,4 +22,4 @@ set CP_ALL=.;%BLD_DIR%\jar\jogl-all.jar;%BLD_DIR%\jar\jogl-test.jar;..\..\gluege echo CP_ALL %CP_ALL%
-scripts\tests-win.bat
+scripts\tests-win.bat %*
|