From fa3f8cf67b2e97087f044c2ee430a0b32e338d0b Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 9 Feb 2019 15:41:05 -0500 Subject: Bump CI to v0.2.11 (denoland/deno_std#183) Original: https://github.com/denoland/deno_std/commit/1abdc2efc0fbe7a7b0978fed0c37acede58a9700 --- http/file_server_test.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'http') diff --git a/http/file_server_test.ts b/http/file_server_test.ts index 1b6613c15..698857dce 100644 --- a/http/file_server_test.ts +++ b/http/file_server_test.ts @@ -8,7 +8,14 @@ import { TextProtoReader } from "../textproto/mod.ts"; let fileServer; async function startFileServer() { fileServer = run({ - args: ["deno", "--allow-net", "http/file_server.ts", ".", "--cors"], + args: [ + "deno", + "--allow-read", + "--allow-net", + "http/file_server.ts", + ".", + "--cors" + ], stdout: "piped" }); // Once fileServer is ready it will write to its stdout. -- cgit v1.2.3