Tests/LibWeb: Update rebaseline-libweb-test after libexec binary move

This commit is contained in:
Andreas Kling 2024-03-11 08:51:07 +01:00
parent 3e1ffc03c4
commit 80547ffc2d
Notes: sideshowbarker 2024-07-17 10:54:57 +09:00

View file

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