From 0163d041ff5e77c46d32924e26340fc5e68e7f5b Mon Sep 17 00:00:00 2001 From: anders_k Date: Sat, 29 Aug 2020 19:30:27 +0000 Subject: [PATCH] Never test AppGen.nsi git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7223 212acab6-be3b-0410-9dea-997c60f758d6 --- SConstruct | 1 + 1 file changed, 1 insertion(+) 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'))