Update the environment to IronPython 2.7.9

This commit is contained in:
Thomas Nagy 2019-07-11 19:13:14 +02:00
parent a91bb8fa63
commit 88a0778476
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
1 changed files with 2 additions and 2 deletions

View File

@ -270,8 +270,8 @@ cd tests/install_group/
bat '''
copy waf demos\\c /Y
cd demos\\c
"C:\\Program Files (x86)\\IronPython 2.7\\ipy64.exe" waf distclean
"C:\\Program Files (x86)\\IronPython 2.7\\ipy64.exe" waf configure build build
"C:\\Program Files\\IronPython 2.7\\ipy.exe" waf distclean
"C:\\Program Files\\IronPython 2.7\\ipy.exe" waf configure build build
'''
}
}