engine.#Source: Fix relative path support
Fixes #1492 Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
@@ -24,19 +24,19 @@ engine.#Plan & {
|
||||
}
|
||||
|
||||
verifyHello: engine.#ReadFile & {
|
||||
input: source.output
|
||||
path: "/hello.txt"
|
||||
} & {
|
||||
// assert result
|
||||
contents: "hello\n"
|
||||
}
|
||||
|
||||
verifyWorld: engine.#ReadFile & {
|
||||
input: source.output
|
||||
path: "/world.txt"
|
||||
} & {
|
||||
// assert result
|
||||
contents: "world\n"
|
||||
}
|
||||
|
||||
verifyWorld: engine.#ReadFile & {
|
||||
input: exec.output
|
||||
path: "/test.txt"
|
||||
} & {
|
||||
// assert result
|
||||
contents: "hello world"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user