The lib/tempest variable definition for TEMPEST_USE_TEST_ACCOUNTS was incorrectly calling the trueorfalse function by passing the variable's value to the function instead of the variable's name. This was causing trueorfalse the default value of false to always be returned even when specifying the option as true in the localrc. (well assuming True or it's variants wasn't an actual defined variable with a value that would return true) This commit fixes this issue by properly using the trueorfalse function. Change-Id: I8cefb58f49dcd2cb2def8a5071d0892af520e7f7
27 KiB
27 KiB