forked from Mirror/wren
Don't try to run the guess_number example from the test script.
This commit is contained in:
@ -336,6 +336,8 @@ def run_api_test(path):
|
||||
|
||||
|
||||
def run_example(path):
|
||||
# The guess number requires user input.
|
||||
if "guess_number" in path: return
|
||||
run_script(WREN_APP, path, "example")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user