summaryrefslogtreecommitdiff
path: root/tests/logger
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-09-07 12:55:19 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-09-07 12:55:19 +0200
commitdcbeb3ab19da5393877b1ef4db2ac26d8a5787c0 (patch)
tree3cd7187cd034b05ec8652c6a97c8a320b75def39 /tests/logger
parent056883923550ab5455d0a4d106b3af5002689b2f (diff)
downloadcrawler-dcbeb3ab19da5393877b1ef4db2ac26d8a5787c0.tar.gz
crawler-dcbeb3ab19da5393877b1ef4db2ac26d8a5787c0.tar.bz2
fixed all tests on Windows, still issues with static libcrawl
Diffstat (limited to 'tests/logger')
-rwxr-xr-xtests/logger/exec_test.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/logger/exec_test.cmd b/tests/logger/exec_test.cmd
index 1203382..123b666 100755
--- a/tests/logger/exec_test.cmd
+++ b/tests/logger/exec_test.cmd
@@ -3,7 +3,7 @@
set BINARY=%1
set TITLE=%2
-copy ..\..\src\logger\logger.dll .
+copy ..\..\src\logger\logger.dll . >NUL
%BINARY% >%BINARY%.OUT 2>%BINARY%.ERR
..\..\utils\win32\dos2unix <%BINARY%.OUT >%BINARY%.RES
..\..\utils\win32\dos2unix <%BINARY%.ERR >%BINARY%.RES