Remove //tests symlink (#3849)

This commit is contained in:
Luka Hartwig 2020-02-02 22:55:22 +01:00 committed by GitHub
parent e8df66c12c
commit f168597b7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 121 additions and 116 deletions

View file

@ -34,7 +34,7 @@ class TestTarget(DenoTestCase):
def test_exec_path(self):
cmd = [
self.deno_exe, "run", "--allow-run", "--allow-env",
"tests/exec_path.ts"
"cli/tests/exec_path.ts"
]
result = run_output(cmd, quiet=True)
print "exec_path", result