diff --git a/Makefile b/Makefile index 2eb927f6..4dd92a9e 100644 --- a/Makefile +++ b/Makefile @@ -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}' diff --git a/test/browser/run-test.sh b/test/browser/run-test.sh index 586583d9..dc8538f8 100644 --- a/test/browser/run-test.sh +++ b/test/browser/run-test.sh @@ -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