Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
Co-authored-by: andytson-inviqa <andytson-inviqa@users.noreply.github.com>
  • Loading branch information
g-foster2020 and andytson-inviqa authored Feb 15, 2023
1 parent 8d87894 commit dc2f2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ function teardown()

function clean()
{
if [ -d "$path_test"]; then
if [ -d "$path_test" ]; then
if [ -d "${path_test}/.my127ws"]; then
(cd "$path_test" && ws destroy) || (docker ps -a && return 1)
fi
Expand Down

0 comments on commit dc2f2bf

Please sign in to comment.