parallel-p / please

Open-source cross-platform tool for creating and editing contest problems for programming contests (such as ACM ICPC, IOI, etc.)
9 stars 0 forks source link

fail on test_get_compile_command on windows #245

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
FAIL: test_get_compile_command 
(please.lang_config.dpr_test.DprLinuxConfiguratorTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Users\marserMD\please\trunk\please\lang_config\dpr_test.py", line 29, in test_get_compile_command
    self.assertEqual(["./project"], linux.run_command)
AssertionError: Lists differ: ['./project'] != ['project.exe']

First differing element 0:
./project
project.exe

- ['./project']
?   --

+ ['project.exe']
?          ++++

Original issue reported on code.google.com by mischapa...@gmail.com on 28 Jul 2012 at 5:55