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