From 64578ae68318d5a2cd77d9a1ad1e6dc0819f7563 Mon Sep 17 00:00:00 2001 From: Roman Bovsunivskiy Date: Sun, 28 Feb 2010 16:43:19 +0000 Subject: [PATCH] Now really fixed #1279. --- src/gui/unit_tests/instDialogTest/instDialogTest.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/unit_tests/instDialogTest/instDialogTest.pro b/src/gui/unit_tests/instDialogTest/instDialogTest.pro index 278f6259a..3dc4ab877 100644 --- a/src/gui/unit_tests/instDialogTest/instDialogTest.pro +++ b/src/gui/unit_tests/instDialogTest/instDialogTest.pro @@ -373,8 +373,8 @@ win32:PRE_TARGETDEPS = ../../../common/release/common.lib -run.commands = echo "Running tests..." \ - cp -f test.fwb test_work.fwb; \ +run.commands = echo "Running tests..."; \ + cp -f test.fwb test_work.fwb; \ ./${TARGET}; \ rm test_work.fwb run.depends = all