mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-24 05:25:13 +00:00
Build: Copy LibJS/Tests into /home/anon/js-tests
The test runner currently depends on the bash port being installed. If you have it, you can run the LibJS test suite inside Serenity by simply entering /home/anon/js-tests and doing ./run-tests :^)
This commit is contained in:
parent
78923d986e
commit
202055a72a
Notes:
sideshowbarker
2024-07-19 08:08:12 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/202055a72a9
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ printf "installing users... "
|
|||
mkdir -p mnt/home/anon
|
||||
mkdir -p mnt/home/nona
|
||||
cp ../ReadMe.md mnt/home/anon/
|
||||
cp -r ../Libraries/LibJS/Tests mnt/home/anon/LibJS-Tests
|
||||
chmod 700 mnt/home/anon
|
||||
chmod 700 mnt/home/nona
|
||||
chown -R 100:100 mnt/home/anon
|
||||
|
|
Loading…
Add table
Reference in a new issue