1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:07:46 +00:00

Tests/LibWeb: Update rebaseline-libweb-test for path changes

This commit is contained in:
Andreas Kling 2023-06-10 15:48:22 +02:00
parent 69c33bd4ca
commit 358a4fe3cb

View file

@ -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