diff --git a/SConstruct b/SConstruct index 4fdad144..6e58790b 100644 --- a/SConstruct +++ b/SConstruct @@ -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'))