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

« back to all changes in this revision

Viewing changes to test/ninja/normalize-paths-win/gyptest-normalize-paths.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:
31
31
      'AnotherName.exe' not in second):
32
32
    test.fail_test()
33
33
 
 
34
  copytarget = open(test.built_file_path('obj/copy_target.ninja')).read()
 
35
  if '$(VSInstallDir)' in copytarget:
 
36
    test.fail_test()
 
37
 
34
38
  action = open(test.built_file_path('obj/action.ninja')).read()
35
39
  if '..\\..\\out\\Default' in action:
36
40
    test.fail_test()