diff options
Diffstat (limited to 'dashboard/app/README.md')
| -rw-r--r-- | dashboard/app/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/app/README.md b/dashboard/app/README.md index 30a3c1e73..eaffe720d 100644 --- a/dashboard/app/README.md +++ b/dashboard/app/README.md @@ -10,9 +10,9 @@ and in particular [support package docs](https://cloud.google.com/appengine/docs **Note**: The app is not stable and is not officially supported. It's here only to power the main deployment. -To test the app one needs to install the SDK and add the `goapp` binary to `$PATH`, then run: +To test the app one needs to install the SDK and add the `dev_appserver.py` binary to `$PATH`, then run: ``` -goapp test -tags=aetest github.com/google/syzkaller/dashboard/app +go test github.com/google/syzkaller/dashboard/app ``` During development it's handy to use `-short` flag to not run the longest tests. |
