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
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@ expected_dir=$(echo $input_dir | sed s/input/expected/)
|
|||
test_name=$(basename $t .html)
|
||||
cd $SERENITY_SOURCE_DIR/Build/lagom
|
||||
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…
Add table
Reference in a new issue