From a18e51fd61203067f9b4e58705545aa0b5fce537 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 8 Nov 2018 10:38:20 -0800 Subject: build: Use target/ instead of out/ (#1153) --- tools/unit_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/unit_tests.py') diff --git a/tools/unit_tests.py b/tools/unit_tests.py index f357aaccd..9682aec89 100755 --- a/tools/unit_tests.py +++ b/tools/unit_tests.py @@ -59,6 +59,6 @@ def unit_tests(deno_exe): if __name__ == '__main__': if len(sys.argv) < 2: - print "Usage ./tools/unit_tests.py out/debug/deno" + print "Usage ./tools/unit_tests.py target/debug/deno" sys.exit(1) unit_tests(sys.argv[1]) -- cgit v1.2.3