~hjd/ubuntu/wily/gyp/debian-merged

« back to all changes in this revision

Viewing changes to test/small/gyptest-small.py

  • Committer: Hans Joachim Desserud
  • Date: 2015-10-31 12:46:59 UTC
  • mfrom: (6.2.6 sid)
  • Revision ID: hans_joachim_desserud-20151031124659-lzxekr6woskh4k0b
Merge latest Debian version

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
# Add pylib to the import path (so tests can import their dependencies).
22
22
# This is consistant with the path.append done in the top file "gyp".
23
 
sys.path.append(os.path.join(test._cwd, 'pylib'))
 
23
sys.path.insert(0, os.path.join(test._cwd, 'pylib'))
24
24
 
25
25
# Add new test suites here.
26
26
files_to_test = [