mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[embedded] Add QEMU-based testing configs for ARM and AVR for runtime testing
This commit is contained in:
@@ -3,5 +3,5 @@ config.environment = dict(config.environment)
|
||||
|
||||
# Remove the settings that force tests to use the old driver so that tests
|
||||
# in this directory can set `SWIFT_USE_NEW_DRIVER` to test those code paths.
|
||||
del config.environment['SWIFT_USE_OLD_DRIVER']
|
||||
del config.environment['SWIFT_AVOID_WARNING_USING_OLD_DRIVER']
|
||||
if 'SWIFT_USE_OLD_DRIVER' in config.environment: del config.environment['SWIFT_USE_OLD_DRIVER']
|
||||
if 'SWIFT_AVOID_WARNING_USING_OLD_DRIVER' in config.environment: del config.environment['SWIFT_AVOID_WARNING_USING_OLD_DRIVER']
|
||||
|
||||
Reference in New Issue
Block a user