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:
anders_k 2020-08-29 19:30:27 +00:00
parent 2a922782ec
commit 0163d041ff

View file

@ -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'))