summaryrefslogtreecommitdiff
path: root/std/examples/welcome_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/examples/welcome_test.ts')
-rw-r--r--std/examples/welcome_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/examples/welcome_test.ts b/std/examples/welcome_test.ts
index 626527bca..43da0e87b 100644
--- a/std/examples/welcome_test.ts
+++ b/std/examples/welcome_test.ts
@@ -7,7 +7,7 @@ const moduleDir = dirname(fromFileUrl(import.meta.url));
Deno.test("[examples/welcome] print a welcome message", async () => {
const decoder = new TextDecoder();
const process = Deno.run({
- cmd: [Deno.execPath(), "run", "welcome.ts"],
+ cmd: [Deno.execPath(), "run", "--quiet", "welcome.ts"],
cwd: moduleDir,
stdout: "piped",
});