This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replacing /Users/amitu/CLionProjects/fbt (temp dir) with <cwd> in std…
…{out,err}
- Loading branch information
Showing
5 changed files
with
54 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
-- fbt: | ||
cmd: echo $PWD && echo $PWD/foo 1>&2 | ||
|
||
In this test we ensure that we strip out temp dir from stdout and stderr. | ||
|
||
-- stdout: | ||
|
||
<cwd> | ||
|
||
|
||
-- stderr: | ||
|
||
<cwd>/foo |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
-- fbt: | ||
cmd: echo $PWD && echo $PWD/foo 1>&2 | ||
|
||
In this test we ensure that we strip out temp dir from stdout and stderr. | ||
|
||
This one is without input folder present in test case. | ||
|
||
-- stdout: | ||
|
||
<cwd> | ||
|
||
|
||
-- stderr: | ||
|
||
<cwd>/foo |