Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
610
Issues
610
List
Boards
Labels
Service Desk
Milestones
Merge Requests
114
Merge Requests
114
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
c02dad79
Commit
c02dad79
authored
Jan 22, 2019
by
Evan Hunt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set and use SYSTEMTESTTOP consistently
parent
1bc0ab52
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
11 additions
and
4 deletions
+11
-4
bin/tests/system/clean.sh
bin/tests/system/clean.sh
+3
-1
bin/tests/system/digdelv/tests.sh
bin/tests/system/digdelv/tests.sh
+1
-0
bin/tests/system/dnssec/tests.sh
bin/tests/system/dnssec/tests.sh
+1
-0
bin/tests/system/masterformat/tests.sh
bin/tests/system/masterformat/tests.sh
+1
-0
bin/tests/system/sfcache/tests.sh
bin/tests/system/sfcache/tests.sh
+1
-0
bin/tests/system/synthfromdnssec/tests.sh
bin/tests/system/synthfromdnssec/tests.sh
+1
-0
bin/tests/system/ttl/clean.sh
bin/tests/system/ttl/clean.sh
+1
-1
bin/tests/system/ttl/setup.sh
bin/tests/system/ttl/setup.sh
+1
-1
bin/tests/system/ttl/tests.sh
bin/tests/system/ttl/tests.sh
+1
-1
No files found.
bin/tests/system/clean.sh
View file @
c02dad79
...
...
@@ -13,9 +13,11 @@
# Clean up after a specified system test.
#
SYSTEMTESTTOP
=
.
SYSTEMTESTTOP
=
"
$(
cd
-P
--
"
$(
dirname
--
"
$0
"
)
"
&&
pwd
-P
)
"
.
$SYSTEMTESTTOP
/conf.sh
export
SYSTEMTESTTOP
# See if the "-r" flag is present. This will usually be set when all the tests
# are run (e.g. from "runall.sh") and tells the script not to delete the
# test.output file created by run.sh. This is because the script running all
...
...
bin/tests/system/digdelv/tests.sh
View file @
c02dad79
...
...
@@ -10,6 +10,7 @@
# information regarding copyright ownership.
# shellcheck source=conf.sh
SYSTEMTESTTOP
=
..
.
"
$SYSTEMTESTTOP
/conf.sh"
set
-e
...
...
bin/tests/system/dnssec/tests.sh
View file @
c02dad79
...
...
@@ -10,6 +10,7 @@
# information regarding copyright ownership.
# shellcheck source=conf.sh
SYSTEMTESTTOP
=
..
.
"
$SYSTEMTESTTOP
/conf.sh"
set
-e
...
...
bin/tests/system/masterformat/tests.sh
View file @
c02dad79
...
...
@@ -10,6 +10,7 @@
# information regarding copyright ownership.
# shellcheck source=conf.sh
SYSTEMTESTTOP
=
..
.
"
$SYSTEMTESTTOP
/conf.sh"
status
=
0
...
...
bin/tests/system/sfcache/tests.sh
View file @
c02dad79
...
...
@@ -10,6 +10,7 @@
# information regarding copyright ownership.
# shellcheck source=conf.sh
SYSTEMTESTTOP
=
..
.
"
$SYSTEMTESTTOP
/conf.sh"
set
-e
...
...
bin/tests/system/synthfromdnssec/tests.sh
View file @
c02dad79
...
...
@@ -10,6 +10,7 @@
# information regarding copyright ownership.
# shellcheck source=conf.sh
SYSTEMTESTTOP
=
..
.
"
$SYSTEMTESTTOP
/conf.sh"
set
-e
...
...
bin/tests/system/ttl/clean.sh
View file @
c02dad79
#!/bin/sh
.
..
/conf.sh
.
$SYSTEMTESTTOP
/conf.sh
rm
-f
./dig.out.
*
rm
-f
./
*
/named.conf
...
...
bin/tests/system/ttl/setup.sh
View file @
c02dad79
#!/bin/sh
.
..
/conf.sh
.
$SYSTEMTESTTOP
/conf.sh
$SHELL
clean.sh
copy_setports ns1/named.conf.in ns1/named.conf
...
...
bin/tests/system/ttl/tests.sh
View file @
c02dad79
#!/bin/sh
.
..
/conf.sh
.
$SYSTEMTESTTOP
/conf.sh
dig_with_options
()
{
"
$DIG
"
+noadd +nosea +nostat +noquest +nocomm +nocmd
-p
"
${
PORT
}
"
"
$@
"
;
}
...
...
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