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
d34c715f
Commit
d34c715f
authored
Feb 12, 2013
by
Danil Mikhailov
Committed by
Vitaly Lipatov
Feb 19, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add test
parent
cff0ac46
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
27 additions
and
2 deletions
+27
-2
g
bin/g
+5
-0
s
bin/s
+2
-0
sa
bin/sa
+2
-0
se
bin/se
+3
-0
epm_test_log
tests/epm_test_log
+0
-0
test_commands.sh
tests/test_commands.sh
+15
-2
No files found.
bin/g
0 → 100755
View file @
d34c715f
#!/bin/sh
cd
/srv/danil/Projects/autotest/my_script/
git add
*
git commit
-m
"
$@
"
gpush autotest
bin/s
0 → 100755
View file @
d34c715f
#!/bin/sh
swine autotest/
$1
bin/sa
0 → 100755
View file @
d34c715f
#!/bin/sh
swine autotest/1c77_1
bin/se
0 → 100755
View file @
d34c715f
#!/bin/sh
swine
-h
eter-2.0
$@
\ No newline at end of file
tests/epm_test_log
0 → 100644
View file @
d34c715f
tests/test_commands.sh
View file @
d34c715f
#!/bin/sh
LOG
=
~/epm_test_log
cepm
()
{
echo
../bin/epm
--verbose
$@
>
/dev/null
epm
--verbose
$@
>>
$LOG
}
log
()
{
echo
"
$@
"
>>
$LOG
}
cepm changelog mc
...
...
@@ -21,7 +28,13 @@ cepm requires mc
# query packages
#cepm -qp mc
#cepm install mc
cepm remove nmap
&&
log
"nmap removed"
!
cepm remove nmap
&&
log
"nmap doesnt installed"
cepm
install
--auto
nmap
&&
log
"nmap installed"
cepm remove
--auto
nmap
&&
log
"nmap removed"
#cepm packages mc
...
...
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