summaryrefslogtreecommitdiff
path: root/tests/log
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-27 14:17:10 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-27 14:17:10 +0100
commit2a7e16bd02039ae4e6fa466c4f11f1813c5a4f5a (patch)
tree017e9bc11bf7698d30cde538b3f25529671db88a /tests/log
parent5f7c401d3a5553f628d83df3832e19de22e64ca9 (diff)
downloadwolfbones-2a7e16bd02039ae4e6fa466c4f11f1813c5a4f5a.tar.gz
wolfbones-2a7e16bd02039ae4e6fa466c4f11f1813c5a4f5a.tar.bz2
port tests on windows work
Diffstat (limited to 'tests/log')
-rw-r--r--tests/log/Makefile.W324
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/log/Makefile.W32 b/tests/log/Makefile.W32
index d5134c0..ad13348 100644
--- a/tests/log/Makefile.W32
+++ b/tests/log/Makefile.W32
@@ -16,8 +16,8 @@ TEST_BINS = \
test_log.exe: test_log.obj $(TOPDIR)\src\wolf.lib
local_test:
- @echo "Testing log.."
- @test_log >/dev/null 2>&1
+ @echo Testing log..
+ @test_log 2>NUL
local_all: