Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
trackrdrd
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
trackrdrd
Commits
3280da2a
Commit
3280da2a
authored
Feb 13, 2024
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update regression test & data to pass make distcheck.
parent
2da3af93
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
Makefile.am
src/test/Makefile.am
+1
-2
regress.sh
src/test/regress.sh
+1
-1
No files found.
src/test/Makefile.am
View file @
3280da2a
...
...
@@ -130,5 +130,4 @@ test_worker_LDADD = \
@VARNISH_LIBS@
EXTRA_DIST
=
file_mq.conf test.conf trackrdrd_001.conf trackrdrd_002.conf
\
trackrdrd_003.conf trackrdrd_010.conf varnish.binlog
\
varnish.legacy.binlog
trackrdrd_003.conf trackrdrd_010.conf varnish.binlog.gz
src/test/regress.sh
View file @
3280da2a
...
...
@@ -33,7 +33,7 @@ function regress {
cp
$TESTDIR
/file_mq.conf
.
fi
gunzip
-
k
$1
.gz
gunzip
-
c
-k
$TESTDIR
/
$1
.gz
>
$1
../trackrdrd
-D
-f
$1
-l
$LOG
-d
-c
test.conf
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment