summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2017-02-14 12:34:53 -0800
committerwtgodbe <wigodbe@microsoft.com>2017-02-14 12:34:53 -0800
commitb3a5704b86f707191c685d27a6c2228d8e23df1c (patch)
tree9c4abf3d323f2efec41474ec62efb9c78f5903b3
parentc0ef1323ec3db4b49e00cdb3a4d631000eeb1ea3 (diff)
downloadcoreclr-b3a5704b86f707191c685d27a6c2228d8e23df1c.tar.gz
coreclr-b3a5704b86f707191c685d27a6c2228d8e23df1c.tar.bz2
coreclr-b3a5704b86f707191c685d27a6c2228d8e23df1c.zip
chmod +x all .sh files before Helix execution
-rw-r--r--tests/helixprep.proj1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/helixprep.proj b/tests/helixprep.proj
index ea71dbadae..6fa271a23d 100644
--- a/tests/helixprep.proj
+++ b/tests/helixprep.proj
@@ -114,6 +114,7 @@ EXIT /B %ERRORLEVEL%
<WrapperShContents>$(WrapperShContents)for scriptFilePath in %24(find . -type f -iname '%2A.sh' ! -iname "runtests.sh" | sort)%0a</WrapperShContents>
<WrapperShContents>$(WrapperShContents)do%0a</WrapperShContents>
<WrapperShContents>$(WrapperShContents) perl -pi -e 's/\r\n|\n|\r/\n/g' "%24scriptFilePath"%0a</WrapperShContents>
+ <WrapperShContents>$(WrapperShContents) chmod +x "%24scriptFilePath"%0a</WrapperShContents>
<WrapperShContents>$(WrapperShContents)done%0a</WrapperShContents>
<WrapperShContents>$(WrapperShContents)%0a</WrapperShContents>
<WrapperShContents>$(WrapperShContents)echo BEGIN EXECUTION%0a</WrapperShContents>