-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Diminish the notion of prelude #84 : 16_prelude_fail.tush test
- Loading branch information
Showing
2 changed files
with
7 additions
and
9 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,8 +1,6 @@ | ||
|
||
|
||
echo "hello" | ||
exit 47 | ||
echo "world" | ||
# TODO this should be disallowed in https://github.com/xonixx/makesure/issues/85 | ||
@define A=hello; exit 47 | ||
|
||
@goal default | ||
echo "default" |
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,7 +1,7 @@ | ||
|
||
TODO shall we delete this? | ||
TODO shall we delete this? See https://github.com/xonixx/makesure/issues/85 | ||
|
||
#$ cd "$MYDIR"; ./$MAKESURE -f tests/16_prelude_fail.sh | ||
#| hello | ||
#| prelude failed | ||
#? 47 | ||
$ cd "$MYDIR"; ./$MAKESURE -f tests/16_prelude_fail.sh | ||
| goal 'default' ... | ||
| goal 'default' failed | ||
? 47 |