mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 22:28:45 +01:00
Fix test script.
This commit is contained in:
@ -12,7 +12,7 @@ import sys
|
||||
# Runs the tests.
|
||||
WREN_DIR = dirname(dirname(realpath(__file__)))
|
||||
TEST_DIR = join(WREN_DIR, 'test')
|
||||
WREN_APP = join(WREN_DIR, 'wrend')
|
||||
WREN_APP = join(WREN_DIR, 'bin', 'wrend')
|
||||
|
||||
EXPECT_PATTERN = re.compile(r'// expect: (.*)')
|
||||
EXPECT_ERROR_PATTERN = re.compile(r'// expect error')
|
||||
|
||||
Reference in New Issue
Block a user