Skip to content

Commit

Permalink
Tests/LibWeb: Update rebaseline-libweb-test after libexec binary move
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Mar 11, 2024
1 parent 3e1ffc0 commit 80547ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/LibWeb/rebaseline-libweb-test
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 80547ff

Please sign in to comment.