Skip to content

Commit

Permalink
Diminish the notion of prelude #84 : 16_prelude_fail.tush test
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Dec 8, 2021
1 parent 06c7c4c commit 2500e86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
6 changes: 2 additions & 4 deletions tests/16_prelude_fail.sh
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"
10 changes: 5 additions & 5 deletions tests/16_prelude_fail.tush
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

0 comments on commit 2500e86

Please sign in to comment.