Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
My Nagios Plugin Wrapper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
shore
My Nagios Plugin Wrapper
Commits
f8cc109f
Commit
f8cc109f
authored
3 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Add bats-support, needed for bats-assert.
parent
880f95b0
No related branches found
No related tags found
No related merge requests found
Pipeline
#1930
failed
3 years ago
Stage: .pre
Stage: build
Stage: test
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
tests/bats_helpers/bats-support
+1
-0
1 addition, 0 deletions
tests/bats_helpers/bats-support
tests/test_mnpw.bats
+1
-0
1 addition, 0 deletions
tests/test_mnpw.bats
with
5 additions
and
0 deletions
.gitmodules
+
3
−
0
View file @
f8cc109f
[submodule "tests/bats_helpers/bats-assert"]
path = tests/bats_helpers/bats-assert
url = https://github.com/bats-core/bats-assert.git
[submodule "tests/bats_helpers/bats-support"]
path = tests/bats_helpers/bats-support
url = https://github.com/bats-core/bats-support.git
This diff is collapsed.
Click to expand it.
bats-support
@
d140a650
Subproject commit d140a65044b2d6810381935ae7f0c94c7023c8c3
This diff is collapsed.
Click to expand it.
tests/test_mnpw.bats
+
1
−
0
View file @
f8cc109f
# vim:ft=bash
setup
()
{
load
"bats_helpers/bats-support/load"
load
"bats_helpers/bats-assert/load"
PATH
=
"
$BATS_TEST_DIRNAME
/../dist:
$PATH
"
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment