Skip to content

Commit

Permalink
Fix #423
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremie Dimino committed Jan 18, 2018
1 parent 0c59d40 commit f5dceff
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions test/blackbox-tests/test-cases/promote/run.t
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
$ echo titi > x

$ $JBUILDER build --root . -j1 --diff-command false @blah
$ $JBUILDER build --root . -j1 --diff-command false @blah 2>&1 | sed 's/.*false.*/DIFF/'
sh (internal) (exit 1)
(cd _build/default && /usr/bin/sh -c 'false x x.gen')
[1]
DIFF
$ cat x
titi

Expand All @@ -17,11 +16,10 @@
toto

$ echo titi > x
$ $JBUILDER build --root . -j1 --diff-command false @blah --auto-promote
$ $JBUILDER build --root . -j1 --diff-command false @blah --auto-promote 2>&1 | sed 's/.*false.*/DIFF/'
sh (internal) (exit 1)
(cd _build/default && /usr/bin/sh -c 'false x x.gen')
DIFF
Promoting _build/default/x.gen to x.
[1]
$ cat x
toto
$ $JBUILDER build --root . -j1 --diff-command false @blah
Expand Down

0 comments on commit f5dceff

Please sign in to comment.