Skip to content

Commit 4cc39a5

Browse files
committed
patch 7.4.1805
Problem: Running tests in shadow dir fails. Solution: Link the samples directory
1 parent b20545f commit 4cc39a5

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2608,6 +2608,7 @@ shadow: runtime pixmaps
26082608
../../testdir/*.py \
26092609
../../testdir/python* \
26102610
../../testdir/sautest \
2611+
../../testdir/samples \
26112612
../../testdir/test83-tags? \
26122613
../../testdir/*.ok .
26132614

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,8 @@ static char *(features[]) =
753753

754754
static int included_patches[] =
755755
{ /* Add new patch number below this line */
756+
/**/
757+
1805,
756758
/**/
757759
1804,
758760
/**/

0 commit comments

Comments
 (0)