Skip to content

Commit

Permalink
[FIX] further test corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertLang committed Sep 15, 2022
1 parent 88a6209 commit 5cb5fb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![tests](https://github.com/drud/ddev-varnish/actions/workflows/tests.yml/badge.svg)](https://github.com/drud/ddev-varnish/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2022.svg)
[![tests](https://github.com/interlutions/ddev-sw6-redis/actions/workflows/tests.yml/badge.svg)](https://github.com/interlutions/ddev-sw6-redis/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2022.svg)

# ddev-sw6-redis

Expand Down
4 changes: 2 additions & 2 deletions tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ teardown() {
@test "install from release" {
set -eu -o pipefail
cd ${TESTDIR} || ( printf "unable to cd to ${TESTDIR}\n" && exit 1 )
echo "# ddev get drud/ddev-sw6-redis with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3
ddev get drud/ddev-sw6-redis
echo "# ddev get interlutions/ddev-sw6-redis with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3
ddev get interlutions/ddev-sw6-redis
ddev restart >/dev/null

# Test expected configurations
Expand Down

0 comments on commit 5cb5fb2

Please sign in to comment.