We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ac610 commit 98851e3Copy full SHA for 98851e3
turborepo-tests/integration/tests/watch/persistent-exit.t
@@ -2,7 +2,9 @@ Setup
2
$ . ${TESTDIR}/../../../helpers/setup_integration_test.sh failing_dev
3
4
Turbo should exit after dev script fails
5
- $ ${TURBO} watch dev
+Disabling daemon so this matches behavior when running test on CI
6
+ $ TURBO_DAEMON=0 ${TURBO} watch dev
7
+ WARNING daemon is required for watch, ignoring request to disable daemon
8
\xe2\x80\xa2 Packages in scope: web (esc)
9
\xe2\x80\xa2 Running dev in 1 packages (esc)
10
\xe2\x80\xa2 Remote caching disabled (esc)
0 commit comments