Skip to content

Commit

Permalink
Simplify integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed Feb 18, 2020
1 parent de6f291 commit 3b73cfe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ jobs:
command: |
docker run --name backuppc-integration --detach -p 8080:8080 adferrand/backuppc
sleep 5
status=`docker exec backuppc-integration su backuppc -c "/usr/local/BackupPC/bin/BackupPC_serverMesg status"`
pattern="Got reply:"" ok"
echo "Expect following reply => '$pattern'"
grep "$pattern" <(echo $status)
output=`curl http://backuppc:password@localhost:8080/BackupPC_Admin`
echo "Expect the backupp configuration page without errors"
grep "The servers PID is" <(echo $output)
Expand Down

0 comments on commit 3b73cfe

Please sign in to comment.