Merged in Volatile work

This commit is contained in:
aerinon
2022-07-07 14:20:41 -06:00
parent 04fc0b442d
commit f06e7c7fd3
10 changed files with 136 additions and 166 deletions

View File

@@ -25,7 +25,7 @@ def main(args=None):
def test(testname: str, command: str):
tests[testname] = [command]
basecommand = f"python3.8 Mystery.py --suppress_rom"
basecommand = f"python3.8 Mystery.py --suppress_rom --suppress_meta"
def gen_seed():
taskcommand = basecommand + " " + command