-
Notifications
You must be signed in to change notification settings - Fork 412
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify reproduction case to use
dune subst
Signed-off-by: Craig Ferguson <me@craigfe.io>
- Loading branch information
Showing
1 changed file
with
8 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
$ git init | ||
Initialized empty Git repository in $TESTCASE_ROOT/.git/ | ||
$ DUNE_CACHE=enabled dune build | ||
$ dune subst 2>&1 | sed 's/\/tmp\/.*.output/<tmp_file>/g' | ||
git (internal) (exit 128) | ||
/usr/bin/git rev-parse HEAD > /tmp/buildd528b2.dune/dune6c093a.output | ||
/usr/bin/git describe --always --dirty > <tmp_file> | ||
fatal: bad revision 'HEAD' | ||
git (internal) (exit 128) | ||
/usr/bin/git rev-parse HEAD > <tmp_file> | ||
fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree. | ||
Use '--' to separate paths from revisions, like this: | ||
'git <command> [<revision>...] -- [<file>...]' | ||
[1] | ||
git (internal) (exit 128) | ||
/usr/bin/git ls-tree -r --name-only HEAD > <tmp_file> | ||
fatal: Not a valid object name HEAD |