We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5feb34 commit 048dd26Copy full SHA for 048dd26
scripts/test-unit
@@ -26,7 +26,6 @@ echo -e "\n>>>>>>>> Testing Bootstrapper..."
26
echo -e "\n>>>>>>>> Testing Cluster Health Logger..."
27
"${RELEASE_DIR}/src/github.com/cloudfoundry-incubator/cf-mysql-cluster-health-logger/bin/test" "$@"
28
29
-pushd ${RELEASE_DIR}/spec
+pushd ${RELEASE_DIR}
30
bundle install
31
-bundle exec rspec ./
32
-popd
+bundle exec rspec ./spec
0 commit comments