Skip to content

Commit

Permalink
I'll get there eventually ... (re: AppVeyor and FakeS3)
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Nov 11, 2015
1 parent 2a07576 commit d94456c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/appveyor.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from humanfriendly import concatenate

# Test dependencies.
from executor import get_search_path, which
from executor import execute, get_search_path, which

print("FakeS3 executables:\n%r" % which('fakes3'))

Expand All @@ -25,6 +25,8 @@
padding = vertical_whitespace + delimiter + vertical_whitespace
print(padding + ("%s:" % program) + padding + contents + padding)

execute('fakes3', '--help')

print("Executable search path:\n\n%s" % "\n\n".join(
"%s:\n%s" % (d, concatenate(sorted(os.listdir(d))))
for d in get_search_path() if os.path.isdir(d)
Expand Down

0 comments on commit d94456c

Please sign in to comment.