Skip to content

Commit 048dd26

Browse files
committed
scripts: adjust paths for running template tests
[#182537787](https://www.pivotaltracker.com/story/show/182537787) Authored-by: Andrew Garner <[email protected]>
1 parent b5feb34 commit 048dd26

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/test-unit

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ echo -e "\n>>>>>>>> Testing Bootstrapper..."
2626
echo -e "\n>>>>>>>> Testing Cluster Health Logger..."
2727
"${RELEASE_DIR}/src/github.com/cloudfoundry-incubator/cf-mysql-cluster-health-logger/bin/test" "$@"
2828

29-
pushd ${RELEASE_DIR}/spec
29+
pushd ${RELEASE_DIR}
3030
bundle install
31-
bundle exec rspec ./
32-
popd
31+
bundle exec rspec ./spec

0 commit comments

Comments
 (0)