Never test AppGen.nsi
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7223 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2a922782ec
commit
0163d041ff
1 changed files with 1 additions and 0 deletions
|
@ -925,6 +925,7 @@ def test_scripts(target, source, env):
|
|||
tdlen = len(env.subst('$TESTDISTDIR'))
|
||||
skipped_tests = env['SKIPTESTS'].split(',')
|
||||
ignored_tests = env['IGNORETESTS'].split(',')
|
||||
skipped_tests += ['Examples' + sep + 'AppGen.nsi'] # Never test this, not a real installer
|
||||
|
||||
compiler = FindMakeNSIS(env, env.subst('$TESTDISTDIR'))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue