mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:27:35 +00:00
Tests/LibWeb: Update rebaseline-libweb-test for path changes
This commit is contained in:
parent
69c33bd4ca
commit
358a4fe3cb
1 changed files with 2 additions and 2 deletions
|
@ -15,6 +15,6 @@ fi
|
|||
input_dir=$(dirname $t)
|
||||
expected_dir=$(echo $input_dir | sed s/input/expected/)
|
||||
test_name=$(basename $t .html)
|
||||
cd $SERENITY_SOURCE_DIR/Build/lagom/Ladybird
|
||||
cd $SERENITY_SOURCE_DIR/Build/lagom
|
||||
mkdir -p $expected_dir
|
||||
./headless-browser $mode_flag --layout-test-mode $input_dir/$test_name.html > $expected_dir/$test_name.txt
|
||||
./bin/headless-browser $mode_flag --layout-test-mode $input_dir/$test_name.html > $expected_dir/$test_name.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue