diff options
author | Brad King <brad.king@kitware.com> | 2017-08-25 15:03:14 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-08-25 15:04:05 (GMT) |
commit | a749fcb3d0f788b85be0531ffe7e7ec2aaf7f9fa (patch) | |
tree | 5f8807a67c4b5d6059fb13fc884c47ce7b7fe3fe /Modules | |
parent | 9538d22d955a0b101548019003f2d5c7ba833d77 (diff) | |
parent | 8ed03baa766b1170bcfa0574525dc16106bf5b5f (diff) | |
download | CMake-a749fcb3d0f788b85be0531ffe7e7ec2aaf7f9fa.zip CMake-a749fcb3d0f788b85be0531ffe7e7ec2aaf7f9fa.tar.gz CMake-a749fcb3d0f788b85be0531ffe7e7ec2aaf7f9fa.tar.bz2 |
Merge topic 'modernize-git-whitespace-attributes'
8ed03baa gitattributes: prefer `eol=crlf` to `-crlf`
40470031 MumpsCoverage: remove unnecessary attribute
d20485d8 gitattributes: prefer `eol=lf` to `crlf=input`
b85c2589 gitattributes: prefer `-text` for binary files
377f3685 gitattributes: remove unused attributes
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1173
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Platform/GNUtoMS_lib.bat.in | 6 | ||||
-rwxr-xr-x | Modules/SquishRunTestCase.bat | 22 |
2 files changed, 14 insertions, 14 deletions
diff --git a/Modules/Platform/GNUtoMS_lib.bat.in b/Modules/Platform/GNUtoMS_lib.bat.in index 2da920a..d70aea5 100644 --- a/Modules/Platform/GNUtoMS_lib.bat.in +++ b/Modules/Platform/GNUtoMS_lib.bat.in @@ -1,3 +1,3 @@ -@echo off
-call "@CMAKE_GNUtoMS_BAT@"
-lib /machine:"@CMAKE_GNUtoMS_ARCH@" %*
+@echo off +call "@CMAKE_GNUtoMS_BAT@" +lib /machine:"@CMAKE_GNUtoMS_ARCH@" %* diff --git a/Modules/SquishRunTestCase.bat b/Modules/SquishRunTestCase.bat index 5c5d388..293e88f 100755 --- a/Modules/SquishRunTestCase.bat +++ b/Modules/SquishRunTestCase.bat @@ -1,11 +1,11 @@ -echo 'Starting the squish server...'
-start %1
-
-echo 'Running the test case...'
-%2 --testcase %3 --wrapper %4 --aut %5
-set result=%ERRORLEVEL%
-
-echo 'Stopping the squish server...'
-%1 --stop
-
-exit \b %result%
+echo 'Starting the squish server...' +start %1 + +echo 'Running the test case...' +%2 --testcase %3 --wrapper %4 --aut %5 +set result=%ERRORLEVEL% + +echo 'Stopping the squish server...' +%1 --stop + +exit \b %result% |