Quellcode durchsuchen

Updating testing docs to include possible VM names

cmacrae vor 9 Jahren
Ursprung
Commit
d903046f97
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      docs/testing.md

+ 1 - 1
docs/testing.md

@@ -1,7 +1,7 @@
 # Testing
 A small testing framework is provided with this role using [Vagrant](https://vagrantup.com/).  
 
-To test this role locally, once you've set up Vagrant, simply `cd` to `tests` and run `vagrant up`, after which you can visit the following URLs in your browser for the associated deployments:  
+To test this role locally, once you've set up Vagrant, simply `cd` to `tests` and run `vagrant up [ubuntu15|centos7]`, after which you can visit the following URLs in your browser for the associated deployments:  
 - Ubuntu 15.04: `http://localhost:3000`  
 - CentOS 7: `http://localhost:3001`