Skip to content

Commit f76265a

Browse files
committed
Update runtests.sh
1 parent 2221ab2 commit f76265a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/helix/content/runtests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ else
3838
fi
3939
export InstallPlaywright="$installPlaywright"
4040
if [ -f "$PLAYWRIGHT_DRIVER_PATH" ]; then
41-
echo "sudo apt-get install libdbus-glib-1-2 for playwright"
41+
echo "sudo apt-get install libdbus-glib-1-2"
4242
sudo apt-get install libdbus-glib-1-2
4343
echo "chmod +x $PLAYWRIGHT_DRIVER_PATH"
4444
chmod +x $PLAYWRIGHT_DRIVER_PATH

0 commit comments

Comments
 (0)