Skip to content

Commit ccd97d4

Browse files
authored
Merge pull request #4112 from tautschnig/fix-windows-CI
goto-link regression test: Set the executable bit after copying
2 parents a78d4fe + d1c1092 commit ccd97d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

regression/goto-cl/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ ifeq ($(BUILD_ENV_),MSVC)
77
test:
88
@../test.pl -p -c ../../../src/goto-cc/goto-cl -X goto-link
99
@cp ../../src/goto-cc/goto-cl.exe ../../src/goto-cc/goto-link.exe
10+
@chmod a+x ../../src/goto-cc/goto-link.exe
1011
@../test.pl -p -c ../../../src/goto-cc/goto-link -I goto-link
1112

1213
tests.log: ../test.pl
1314
@../test.pl -p -c ../../../src/goto-cc/goto-cl -X goto-link
1415
@cp ../../src/goto-cc/goto-cl.exe ../../src/goto-cc/goto-link.exe
16+
@chmod a+x ../../src/goto-cc/goto-link.exe
1517
@../test.pl -p -c ../../../src/goto-cc/goto-link -I goto-link
1618

1719
else

0 commit comments

Comments
 (0)