mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-08 12:56:23 +03:00
Tests/LibWeb: Update rebaseline-libweb-test after libexec binary move
This commit is contained in:
parent
3e1ffc03c4
commit
80547ffc2d
Notes:
sideshowbarker
2024-07-17 10:54:57 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/80547ffc2d Pull-request: https://github.com/SerenityOS/serenity/pull/23549
@ -17,4 +17,4 @@ expected_dir=$(echo $input_dir | sed s/input/expected/)
|
|||||||
test_name=$(basename $t .html)
|
test_name=$(basename $t .html)
|
||||||
cd $SERENITY_SOURCE_DIR/Build/lagom
|
cd $SERENITY_SOURCE_DIR/Build/lagom
|
||||||
mkdir -p $expected_dir
|
mkdir -p $expected_dir
|
||||||
./bin/headless-browser $mode_flag --layout-test-mode $input_dir/$test_name.html > $expected_dir/$test_name.txt
|
./libexec/headless-browser $mode_flag --layout-test-mode $input_dir/$test_name.html > $expected_dir/$test_name.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user