Message 342781 - Python tracker (original) (raw)

Since -r doesn't usually take a value, what would be the best way to implement this? The current implementation always adds -r, so not including '-r' would need to retain the current behavior of randomization. Would something like '--no-random' be a good way to implement this? That would be different than how the program handles the -u or -j because the '--no-random' would have to be removed from regrtest_args.