Skip to content

Commit

Permalink
XXX debug
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Nov 11, 2024
1 parent d88aa93 commit 814f586
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ COCKPIT_REPO_FILES = \
$(NULL)

COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git
COCKPIT_REPO_COMMIT = 4fadac0aabdd00e19f4cbf40745091a88a7e58f5 # https://github.com/cockpit-project/cockpit/pull/21233
COCKPIT_REPO_COMMIT = dba214abcd431315d97f5ed724ac506702f98886

$(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP)
COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'
Expand Down
3 changes: 3 additions & 0 deletions test/browser/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ if [ "$TEST_OS" = "centos-9" ]; then
TEST_OS="${TEST_OS}-stream"
fi

ls -l node_modules/
ls -l node_modules/query-selector-shadow-dom/dist/querySelectorShadowDom.js

# Chromium sometimes gets OOM killed on testing farm
export TEST_BROWSER=firefox

Expand Down

0 comments on commit 814f586

Please sign in to comment.