Skip to content

Commit 471c28d

Browse files
Update test runner script
1 parent 2b04f34 commit 471c28d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

run_tests.bat

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ cd ..\..
99

1010
cd ravi\tests\language
1111
ravi ravi_tests1.ravi
12-
cd ..\..
12+
ravi defer_tests.ravi
13+
cd ..\..\..
1314

1415
cd ravi\tests\lua53
1516
ravi -e"_port=1" all.lua
16-
cd ..\..
17+
cd ..\..\..
1718

1819
cd ravi-torch7\test
1920
ravi -ltorch -e "t=torch.test(); if t.errors[1] then os.exit(1) end"

0 commit comments

Comments
 (0)