]> git.parisson.com Git - pdf.js.git/commitdiff
make test: Do not require build
authorArtur Adib <arturadib@gmail.com>
Wed, 26 Oct 2011 15:30:39 +0000 (11:30 -0400)
committerArtur Adib <arturadib@gmail.com>
Wed, 26 Oct 2011 15:30:39 +0000 (11:30 -0400)
test/test.py

index 73a776545e473dca724da81ff3b00cb651e68e53..66e1acd31f2c124c993e7b7220c9726272ed7d06 100644 (file)
@@ -318,7 +318,7 @@ def downloadLinkedPDFs(manifestList):
 
 def setUp(options):
     # Only serve files from a pdf.js clone
-    assert not ANAL or os.path.isfile('../build/pdf.js') and os.path.isdir('../.git')
+    assert not ANAL or os.path.isfile('../src/pdf.js') and os.path.isdir('../.git')
 
     if options.masterMode and os.path.isdir(TMPDIR):
         print 'Temporary snapshot dir tmp/ is still around.'