Skip to content

Commit d221d63

Browse files
committed
Call 'cargo r ...' in virterm tests
1 parent d4df7df commit d221d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ print("Building mprocs.")
22
vt.start("cargo build"):wait()
33
print("Built.")
44

5-
local BIN = "./target/debug/mprocs"
5+
local BIN = "cargo r --"
66

77
function test(name, f)
88
print("TEST: " .. name)

0 commit comments

Comments
 (0)