summaryrefslogtreecommitdiff
path: root/docs/pages/2 - Configuring Mill.md
diff options
context:
space:
mode:
authorJeremy Apthorp <nornagon@nornagon.net>2018-02-24 15:57:08 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-24 15:57:08 -0800
commit51db54d4f1deefb34b9d7f6581611ae166652493 (patch)
treec2add73a4493bb4077ada15b1e989463242e48bf /docs/pages/2 - Configuring Mill.md
parent3c1187fc24a6fdc1dd8ac37522afa39aba81967b (diff)
downloadmill-51db54d4f1deefb34b9d7f6581611ae166652493.tar.gz
mill-51db54d4f1deefb34b9d7f6581611ae166652493.tar.bz2
mill-51db54d4f1deefb34b9d7f6581611ae166652493.zip
Fix documentation about passing args to test runner (#158)
* Fix documentation about passing args to test runner * Update 2 - Configuring Mill.md
Diffstat (limited to 'docs/pages/2 - Configuring Mill.md')
-rw-r--r--docs/pages/2 - Configuring Mill.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/2 - Configuring Mill.md b/docs/pages/2 - Configuring Mill.md
index 04d75f1a..cdeb2adb 100644
--- a/docs/pages/2 - Configuring Mill.md
+++ b/docs/pages/2 - Configuring Mill.md
@@ -129,7 +129,7 @@ If you want to pass any arguments to the test framework, simply put them after
lets you pass in a selector to decide which test to run, which in Mill would be:
```bash
-mill foo.MyTestSuite.testCaseName
+mill foo.test foo.MyTestSuite.testCaseName
```
You can define multiple test suites if you want, e.g.: