From 5b10a10743b8459f64fe83e0ff420f69da79c9a4 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 28 Jul 2022 15:32:10 +1000 Subject: Moving scripts and utilities into a new utilities dir --- docs/librejs.texi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/librejs.texi b/docs/librejs.texi index c9c562c..243425a 100644 --- a/docs/librejs.texi +++ b/docs/librejs.texi @@ -677,14 +677,14 @@ selenium-webdriver and geckodriver, and ensure the latter is in $PATH: Now you can invoke the test with @verbatim - $ node ./test.js + $ node ./utilities/test.js @end verbatim which will print out a summary of test results. Optionally you can also test with a chosen seed @verbatim - $ node ./test.js 12345 + $ node ./utilities/test.js 12345 @end verbatim @section Headless compliance check @@ -700,7 +700,7 @@ latter is in $PATH: Now you can check a webpage for compliance with @verbatim - $ node ./compliance.js + $ node ./utilities/compliance.js @end verbatim It will open the url in a headless browser, save a screenshot, and @@ -708,12 +708,12 @@ output the compliance check result. For example, to check the compliance of the FSF homepage, do @verbatim - $ node ./compliance.js https://fsf.org + $ node ./utilities/compliance.js https://fsf.org @end verbatim @section Adding new whitelisted libraries -The script index.js in @file{./hash_script} generates the default +The script index.js in @file{./utilities/hash_script} generates the default whitelist. Run it with the following command: @command{node index.js > output} -- cgit v1.2.3