Index: tests/pybin/settings.py
===================================================================
--- tests/pybin/settings.py	(revision f58522b05a8f78072879b14d46c767b3c9209e06)
+++ tests/pybin/settings.py	(revision f4e01f1a8e29b20d612b65cba4f4f8908d914ba8)
@@ -126,4 +126,5 @@
 	global archive
 	global install
+	global invariant
 
 	global continue_
@@ -140,4 +141,5 @@
 	all_install  = [Install(o)      for o in list(dict.fromkeys(options.install))]
 	archive      = os.path.abspath(os.path.join(original_path, options.archive_errors)) if options.archive_errors else None
+	invariant    = options.invariant
 	continue_    = options.continue_
 	dry_run      = options.dry_run # must be called before tools.config_hash()
