Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-build-utils
Project
Project
Details
Activity
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
korinf
etersoft-build-utils
Commits
bcb0ab9f
Commit
bcb0ab9f
authored
Aug 21, 2015
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tarballname: add test for hard name case
parent
8ddf7a1a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
get_tarballname.sh
tests/get_tarballname.sh
+8
-1
No files found.
tests/get_tarballname.sh
View file @
bcb0ab9f
...
...
@@ -26,13 +26,13 @@ EOF
check_get_version
()
{
RES
=
$1
gen_spec
RESGET
=
`
get_tarballname
$SPEC
`
[
"
$RES
"
!=
"
$RESGET
"
]
&&
echo
"FATAL with 'get_tarballname': result '
$RES
' do not match with '
$RESGET
'"
||
echo
"OK for 'get_tarballname' with '
$RESGET
'"
}
TESTVER
=
1.0.10
SOURCEPATH
=
gen_spec
check_get_version get_version_test
SOURCEPATH
=
ftp://etersoft.ru/pub/Etersoft/TEST/
...
...
@@ -55,4 +55,10 @@ echo "Source path $SOURCEPATH: "
gen_spec
get_etersoft_srpm_path
$SPEC
echo
"TODO"
subst
"s|Source:.*|Source: http://fp.ru/python-larch_1.20131130.orig.tar.gz|g"
$SPEC
check_get_version python-larch
rm
-f
$SPEC
echo
"DONE"
\ No newline at end of file
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