Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1535f26

Browse filesBrowse files
committed
unbreak ECPG tests for VPATH builds.
1 parent 2ae8825 commit 1535f26
Copy full SHA for 1535f26

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
  • src/interfaces/ecpg/test/connect
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/interfaces/ecpg/test/connect/Makefile

Copy file name to clipboardExpand all lines: src/interfaces/ecpg/test/connect/Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test1.pgc: test1.pgc.in
1111
sed -e 's,@TEMP_PORT@,$(TEMP_PORT),g' \
1212
$< >$@
1313
sed -e 's,@TEMP_PORT@,$(TEMP_PORT),g' \
14-
../expected/connect-test1.c.in >../expected/connect-test1.c
14+
$(top_srcdir)/$(subdir)/../expected/connect-test1.c.in >../expected/connect-test1.c
1515

1616
TESTS = test1 test1.c \
1717
test2 test2.c \

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.