Fix format.py to look for .bat on Windows
authorMichelle McDaniel <adiaaida@gmail.com>
Wed, 26 Oct 2016 15:45:10 +0000 (08:45 -0700)
committerMichelle McDaniel <adiaaida@gmail.com>
Wed, 26 Oct 2016 15:46:59 +0000 (08:46 -0700)
commit722708800eb809abad36cd92c6ff63f1773fd4db
treeec246f59c81ee016fbc1930b1f3fd584a62f736f
parente9e1eb2666d4f79d8d02168375219426460c2bae
Fix format.py to look for .bat on Windows

https://github.com/dotnet/jitutils/pull/56 changed the file extension for
the script files on Windows to be .bat, so the format.py script needs to
be updated.
tests/scripts/format.py