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
5a357a17
Commit
5a357a17
authored
Jun 24, 2012
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improve repls test
parent
ebb61991
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
2 deletions
+8
-2
specpkgr.spec.in
tests/specpkgr.spec.in
+1
-0
test_pkgrepl.sh
tests/test_pkgrepl.sh
+1
-1
test_repl.sh
tests/test_repl.sh
+4
-0
test_repl_find.sh
tests/test_repl_find.sh
+2
-1
No files found.
tests/specpkgr.spec.in
View file @
5a357a17
...
...
@@ -24,6 +24,7 @@ Requires: binutils
Requires: Xdialog
Requires: /usr/bin/xvt
%endif
Requires: libstdc++
BuildPreReq: rpm-build-compat gcc4.1 gcc
BuildRequires: imake xorg-cf-files gccmakedep
...
...
tests/test_pkgrepl.sh
View file @
5a357a17
...
...
@@ -26,4 +26,4 @@ check "BuildDep" "imake xorg-cf-files gccmakedep rpm-build-compat" "$LISTBUILDDE
echo
-
LISTREQDEP
=
`
print_pkgreq
$SPECNAME
`
check
"Reqs"
"binutils dbus-tools-gui expect foomatic-db-engine netcat nx openssl /usr/bin/xvt Xdialog"
"
$LISTREQDEP
"
check
"Reqs"
"binutils dbus-tools-gui expect foomatic-db-engine
libstdc++
netcat nx openssl /usr/bin/xvt Xdialog"
"
$LISTREQDEP
"
tests/test_repl.sh
View file @
5a357a17
...
...
@@ -37,3 +37,7 @@ check
TEST1
=
"BuildPreReq: rpm-build-altlinux-compat, rpm, rpm-build"
REPL1
=
"BuildPreReq: rpm-build-altlinux-compat, rpm, rpm"
check
TEST1
=
"BuildPreReq: libstdc++"
REPL1
=
"BuildPreReq: libstdc++"
check
tests/test_repl_find.sh
View file @
5a357a17
...
...
@@ -63,7 +63,8 @@ echo "Replacement files for $PKGVENDOR/$DISTRVERSION (target $PKGFORMAT):"
print_pkgrepl_list
check_repl rpm-build-compat rpm-build-altlinux-compat
check_repl libusb-devel libusb-dev
check_repl libusb-devel libusb-1.0-0-dev
check_repl libstdc++ libstdc++
PKGVENDOR
=
mdv
...
...
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