Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
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
Vladislav
eepm
Commits
00931bd3
Commit
00931bd3
authored
3 years ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: test only eepm main package
parent
97fd5b30
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
testsuite.yml
.github/workflows/testsuite.yml
+1
-1
test_all.sh
tests/test_all.sh
+5
-3
No files found.
.github/workflows/testsuite.yml
View file @
00931bd3
...
...
@@ -30,7 +30,7 @@ jobs:
-
name
:
install
run
:
|
apt-get install -y /usr/src/RPM/RPMS/noarch/*.rpm
apt-get install -y /usr/src/RPM/RPMS/noarch/
eepm-3
*.rpm
-
name
:
testsuite
run
:
|
...
...
This diff is collapsed.
Click to expand it.
tests/test_all.sh
View file @
00931bd3
#!/bin/bash
EPMPKGFILE
=
/usr/src/RPM/RPMS/noarch/eepm-3
*
.rpm
fatal
()
{
exit
1
...
...
@@ -8,7 +10,7 @@ fatal()
restore_epm
()
{
# in the far future: epm upgrade /usr/src/RPM/RPMS/noarch/*.rpm
epm
--auto
install
/usr/src/RPM/RPMS/noarch/
*
.rpm
epm
--auto
install
$EPMPKGFILE
}
set
-e
-x
...
...
@@ -18,9 +20,9 @@ epm print info
epm update
epm upgrade
/usr/src/RPM/RPMS/noarch/
*
.rpm
epm upgrade
$EPMPKGFILE
epm downgrade
/usr/src/RPM/RPMS/noarch/
*
.rpm
epm downgrade
$EPMPKGFILE
epm
--auto
remove erc
...
...
This diff is collapsed.
Click to expand it.
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