]> git.ipfire.org Git - thirdparty/ccache.git/commit
win32: Fix CCACHE_COMPILERCHECK=mtime test case
authorpeterbudai@hotmail.com <peterbudai@hotmail.com>
Wed, 28 Mar 2018 20:20:12 +0000 (22:20 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 30 Mar 2018 19:06:00 +0000 (21:06 +0200)
commit331d2e0334fcc294fbd6ecccdc7fbd0479909eec
tree9969b5124137a003f606fa80a6068eacf68a0f0a
parentb1f509c3b2d492b182d3b892b67dae48c6c9d8b5
win32: Fix CCACHE_COMPILERCHECK=mtime test case

Previously if compiler command was an .sh script, win32 version
automatically added an .EXE extension to the command line and
then test case failed. With this change .sh files won't get
appended by an EXE extension and test case successfully runs
src/execute.c