mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Tests: Update rebaseline-libweb-test script with new paths
This commit is contained in:
parent
60a05ef414
commit
c14369e2e3
Notes:
sideshowbarker
2024-07-17 08:13:43 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/LadybirdBrowser/ladybird/commit/c14369e2e3
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 $LADYBIRD_SOURCE_DIR/Build/lagom
|
||||
cd $LADYBIRD_SOURCE_DIR/Build/ladybird
|
||||
mkdir -p $expected_dir
|
||||
./bin/headless-browser -r $LADYBIRD_SOURCE_DIR/Build/lagom/share/Lagom $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…
Reference in a new issue