Skip to content

Commit 8b9034a

Browse files
committed
Fixed integration test exec setup
1 parent 821ecac commit 8b9034a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/rascal/Main.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ int main(
226226
"-cp", buildFSPath(rascalVersion),
227227
"org.rascalmpl.shell.RascalCompile",
228228
*addParallelFlags(proj, p, rascalFiles, maxCores),
229-
"-projectRoot", rProjectRoot,
229+
"-projectRoot", "<rProjectRoot>",
230230
"-srcs", *[ "<s>" | s <- p.srcs],
231231
*["-libs" | p.libs != []], *[ "<l>" | l <- p.libs],
232232
"-bin", "<p.bin>",

0 commit comments

Comments
 (0)