Commit d34c715f authored by Danil Mikhailov's avatar Danil Mikhailov Committed by Vitaly Lipatov

add test

parent cff0ac46
#!/bin/sh
cd /srv/danil/Projects/autotest/my_script/
git add *
git commit -m "$@"
gpush autotest
#!/bin/sh
swine autotest/$1
#!/bin/sh
swine autotest/1c77_1
#!/bin/sh
swine -h eter-2.0 $@
\ No newline at end of file
#!/bin/sh #!/bin/sh
LOG=~/epm_test_log
cepm() cepm()
{ {
echo echo
../bin/epm --verbose $@ >/dev/null epm --verbose $@ >> $LOG
}
log()
{
echo "$@" >> $LOG
} }
cepm changelog mc cepm changelog mc
...@@ -21,7 +28,13 @@ cepm requires mc ...@@ -21,7 +28,13 @@ cepm requires mc
# query packages # query packages
#cepm -qp mc #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 #cepm packages mc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment