summaryrefslogtreecommitdiff
path: root/Modules/SquishRunTestCase.bat
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2017-08-23 13:23:25 -0400
committerBen Boeckel <ben.boeckel@kitware.com>2017-08-23 13:31:41 -0400
commit8ed03baa766b1170bcfa0574525dc16106bf5b5f (patch)
tree26a7683403db90aed1c8d6dbe9dc9fa701f69037 /Modules/SquishRunTestCase.bat
parent4047003161e0e1e5f9c68e04d3eec4caa97dc90a (diff)
downloadcmake-8ed03baa766b1170bcfa0574525dc16106bf5b5f.tar.gz
gitattributes: prefer `eol=crlf` to `-crlf`
The `crlf` attribute is deprecated in Git. This also changes the given files to be in the index using LF newlines, but they will be checked out with CRLF newlines due to the attribute.
Diffstat (limited to 'Modules/SquishRunTestCase.bat')
-rwxr-xr-xModules/SquishRunTestCase.bat22
1 files changed, 11 insertions, 11 deletions
diff --git a/Modules/SquishRunTestCase.bat b/Modules/SquishRunTestCase.bat
index 5c5d388b03..293e88f8f1 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%