test/support/vm/openldap/README.md in github-ldap-1.4.0 vs test/support/vm/openldap/README.md in github-ldap-1.5.0
- old
+ new
@@ -14,13 +14,13 @@
# change back to root project directory
$ cd ../../../..
# run all tests against OpenLDAP
-$ time TESTENV=openldap OPENLDAP_HOST=$ip bundle exec rake
+$ time TESTENV=openldap INTEGRATION_HOST=$ip bundle exec rake
# run a specific test file against OpenLDAP
-$ time TESTENV=openldap OPENLDAP_HOST=$ip bundle exec ruby test/membership_validators/recursive_test.rb
+$ time TESTENV=openldap INTEGRATION_HOST=$ip bundle exec ruby test/membership_validators/recursive_test.rb
# run OpenLDAP tests by default
$ export TESTENV=openldap
$ export TESTENV=$ip