Skip to content

Commit 90ae73d

Browse files
committed
Debug Windows CI failure
1 parent 55302b7 commit 90ae73d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

regression/goto-cl/Makefile

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ include ../../src/common
55

66
ifeq ($(BUILD_ENV_),MSVC)
77
test:
8-
@../test.pl -p -c ../../../src/goto-cc/goto-cl -X goto-link
9-
@cp ../../src/goto-cc/goto-cl.exe ../../src/goto-cc/goto-link.exe
10-
@../test.pl -p -c ../../../src/goto-cc/goto-link -I goto-link
8+
../test.pl -p -c ../../../src/goto-cc/goto-cl -X goto-link
9+
cp ../../src/goto-cc/goto-cl.exe ../../src/goto-cc/goto-abc.exe
10+
ls -la ../../src/goto-cc
11+
../test.pl -p -c ../../../src/goto-cc/goto-abc.exe -I goto-link
1112

1213
tests.log: ../test.pl
13-
@../test.pl -p -c ../../../src/goto-cc/goto-cl -X goto-link
14-
@cp ../../src/goto-cc/goto-cl.exe ../../src/goto-cc/goto-link.exe
15-
@../test.pl -p -c ../../../src/goto-cc/goto-link -I goto-link
14+
../test.pl -p -c ../../../src/goto-cc/goto-cl -X goto-link
15+
cp ../../src/goto-cc/goto-cl.exe ../../src/goto-cc/goto-link.exe
16+
../test.pl -p -c ../../../src/goto-cc/goto-link -I goto-link
1617

1718
else
1819
test:

0 commit comments

Comments
 (0)