Skip to content

Commit 98851e3

Browse files
chore(watch): update test to match ci vs non-ci runs
1 parent 50ac610 commit 98851e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

turborepo-tests/integration/tests/watch/persistent-exit.t

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ Setup
22
$ . ${TESTDIR}/../../../helpers/setup_integration_test.sh failing_dev
33

44
Turbo should exit after dev script fails
5-
$ ${TURBO} watch dev
5+
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
68
\xe2\x80\xa2 Packages in scope: web (esc)
79
\xe2\x80\xa2 Running dev in 1 packages (esc)
810
\xe2\x80\xa2 Remote caching disabled (esc)

0 commit comments

Comments
 (0)