diff options
author | Linus Groh <mail@linusgroh.de> | 2021-05-08 12:04:55 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-05-08 12:04:55 +0100 |
commit | 5468a23fc237eb33c1583e7f536bb4cb822d4fb7 (patch) | |
tree | d091fab6b093e24d1613c9e66ecc73a17cc14575 /Base | |
parent | dbb88d7dd49825f1f61b5c2a1d2aab1fb7937fe0 (diff) | |
download | serenity-5468a23fc237eb33c1583e7f536bb4cb822d4fb7.zip |
Base: Fix path to LibJS tests in test-js(1) man page
Diffstat (limited to 'Base')
-rw-r--r-- | Base/usr/share/man/man1/test-js.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/usr/share/man/man1/test-js.md b/Base/usr/share/man/man1/test-js.md index fde6b65d45..111cd0d4d6 100644 --- a/Base/usr/share/man/man1/test-js.md +++ b/Base/usr/share/man/man1/test-js.md @@ -16,7 +16,7 @@ tests are using a custom JavaScript testing framework inspired by It also supports the [test262 parser tests](https://github.com/tc39/test262-parser-tests). -The test root directory is assumed to be `/home/anon/js-tests`, or `$SERENITY_SOURCE_DIR/Libraries/LibJS/Tests` +The test root directory is assumed to be `/home/anon/js-tests`, or `$SERENITY_SOURCE_DIR/Userland/Libraries/LibJS/Tests` when using the Lagom build. Optionally you can pass a custom path to `test-js` to override these defaults. You can disable output from `dbgln()` calls by setting the `DISABLE_DBG_OUTPUT` environment variable. |