From b3a5704b86f707191c685d27a6c2228d8e23df1c Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Tue, 14 Feb 2017 12:34:53 -0800 Subject: [PATCH] chmod +x all .sh files before Helix execution --- tests/helixprep.proj | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/helixprep.proj b/tests/helixprep.proj index ea71dba..6fa271a 100644 --- a/tests/helixprep.proj +++ b/tests/helixprep.proj @@ -114,6 +114,7 @@ EXIT /B %ERRORLEVEL% $(WrapperShContents)for scriptFilePath in %24(find . -type f -iname '%2A.sh' ! -iname "runtests.sh" | sort)%0a $(WrapperShContents)do%0a $(WrapperShContents) perl -pi -e 's/\r\n|\n|\r/\n/g' "%24scriptFilePath"%0a + $(WrapperShContents) chmod +x "%24scriptFilePath"%0a $(WrapperShContents)done%0a $(WrapperShContents)%0a $(WrapperShContents)echo BEGIN EXECUTION%0a -- 2.7.4