Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
eee15bae
Commit
eee15bae
authored
Nov 06, 2014
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove test-sharness-config
parent
54651618
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
27 deletions
+4
-27
test/install-sharness.sh
test/install-sharness.sh
+2
-0
test/test-aggregate-results.sh
test/test-aggregate-results.sh
+1
-3
test/test-lib.sh
test/test-lib.sh
+1
-1
test/test-sharness-config.sh
test/test-sharness-config.sh
+0
-23
No files found.
test/install-sharness.sh
View file @
eee15bae
...
...
@@ -46,4 +46,6 @@ fi
# ok, move things into place
mv
$sfile
.test
$sfile
mv
$afile
.test
$afile
chmod
+x
$sfile
chmod
+x
$afile
exit
0
test/test-aggregate-results.sh
View file @
eee15bae
...
...
@@ -6,9 +6,7 @@
# MIT Licensed; see the LICENSE file in this repository.
#
.
./test-sharness-config.sh
SHARNESS_AGGREGATE
=
"
$SHARNESS_DIRECTORY
/aggregate-results.sh"
SHARNESS_AGGREGATE
=
"./aggregate-results.sh"
test
-f
"
$SHARNESS_AGGREGATE
"
||
{
echo
>
&2
"Cannot find:
$SHARNESS_AGGREGATE
"
...
...
test/test-lib.sh
View file @
eee15bae
...
...
@@ -6,7 +6,7 @@
# We are using sharness (https://github.com/mlafeldt/sharness)
# which was extracted from the Git test framework.
.
./test-
sharness
-config
.sh
SHARNESS_LIB
=
"./
sharness.sh
"
.
"
$SHARNESS_LIB
"
||
{
echo
>
&2
"Cannot source:
$SHARNESS_LIB
"
...
...
test/test-sharness-config.sh
deleted
100644 → 0
View file @
54651618
# Copyright (c) 2014 Christian Couder
# MIT Licensed; see the LICENSE file in this repository.
#
# We are using sharness (https://github.com/mlafeldt/sharness)
# which was extracted from the Git test framework.
# You need either sharness to be installed system-wide or
# to set the SHARNESS_DIRECTORY environment variable properly.
if
test
-z
"
$SHARNESS_DIRECTORY
"
then
SHARNESS_DIRECTORY
=
/usr/local/share/sharness
fi
SHARNESS_LIB
=
"
$SHARNESS_DIRECTORY
/sharness.sh"
test
-f
"
$SHARNESS_LIB
"
||
{
echo
>
&2
"Cannot find sharness.sh in:
$SHARNESS_DIRECTORY
"
echo
>
&2
"Please install Sharness system-wide or set the"
echo
>
&2
"SHARNESS_DIRECTORY environment variable."
echo
>
&2
"See: https://github.com/mlafeldt/sharness"
exit
1
}
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