From b8b059c2961c321a15680f76e567ee69618ed743 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 11 May 2020 09:42:20 -0500 Subject: update changes.txt and remove verbose from test --- CHANGES.txt | 4 +++- test/option--Q.py | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index ff6ff40..cccbf37 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,7 +11,9 @@ NOTE: Please include a reference to any Issues resolved by your changes in the b RELEASE VERSION/DATE TO BE FILLED IN LATER From Daniel Moody: - - Add no_progress (-Q) option as a set-able option + - Add no_progress (-Q) option as a set-able option. However, setting it in the + SConstruct/SConscript will still cause "scons: Reading SConscript files ..." to be + printed, since the option is not set when the build scripts first get read. - Added check for SONAME in environment to setup symlinks correctly (Github Issue #3246) From James Benton: diff --git a/test/option--Q.py b/test/option--Q.py index 519b822..f3b82f9 100644 --- a/test/option--Q.py +++ b/test/option--Q.py @@ -31,7 +31,6 @@ import TestSCons _python_ = TestSCons._python_ test = TestSCons.TestSCons() -test.verbose_set(1) test.write('build.py', r""" -- cgit v0.12