We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc762f commit 960ef04Copy full SHA for 960ef04
run-local-test.sh
@@ -15,7 +15,7 @@ export NEXT_TEST_MODE=deploy
15
export RUNTIME_DIR=$(pwd)
16
cp tests/netlify-deploy.ts ../next.js/test/lib/next-modes/netlify-deploy.ts
17
cd ../next.js/
18
-git apply ../opennextjs-netlify/tests/e2e-utils.patch || git apply ../opennextjs-netlify/tests/e2e-utils-v2.patch
+git apply $RUNTIME_DIR/tests/e2e-utils.patch || git apply $RUNTIME_DIR/tests/e2e-utils-v2.patch
19
node run-tests.js --type e2e --debug --test-pattern $1
20
git checkout -- test/lib/e2e-utils.ts
21
0 commit comments