1
0
forked from Mirror/wren

Don't try to run the guess_number example from the test script.

This commit is contained in:
Bob Nystrom
2015-10-17 13:29:50 -07:00
parent 2c5926b32b
commit a3f3e3ce03

View File

@ -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")