Skip to content

Commit

Permalink
Remove error message mentioning build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Sep 11, 2019
1 parent 749ada6 commit df5b6cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/target_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ class TestTarget(DenoTestCase):
def check_exists(filename):
if not os.path.exists(filename):
print "Required target doesn't exist:", filename
print "Run ./tools/build.py"
sys.exit(1)

def test_executable_exists(self):
Expand Down

0 comments on commit df5b6cd

Please sign in to comment.