chmod +x all .sh files before Helix execution
authorwtgodbe <wigodbe@microsoft.com>
Tue, 14 Feb 2017 20:34:53 +0000 (12:34 -0800)
committerwtgodbe <wigodbe@microsoft.com>
Tue, 14 Feb 2017 20:34:53 +0000 (12:34 -0800)
tests/helixprep.proj

index ea71dba..6fa271a 100644 (file)
@@ -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>