Skip to content

Commit

Permalink
Release 0.9.10 #53
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Sep 21, 2021
1 parent b5a45b3 commit fda6553
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makesurefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

@define NEXT_VERSION="0.9.9"
@define NEXT_VERSION="0.9.10"
@define TUSH_REPO=https://github.com/adolfopa/tush

@define GOAWK_VERSION=1.8.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ By default, all scripts inside goals are executed with `bash`. If you want to us

```
$ ./makesure -h
makesure ver. 0.9.9
makesure ver. 0.9.10
Usage: makesure [options...] [-f buildfile] [goals...]
-f,--file buildfile
set buildfile to use (default Makesurefile)
Expand Down
2 changes: 1 addition & 1 deletion makesure_stable
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
exec awk -v "Version=0.9.9" -v "Prog=$0" '
exec awk -v "Version=0.9.10" -v "Prog=$0" '
BEGIN {
Shell = "bash"
SupportedShells["bash"]
Expand Down
8 changes: 4 additions & 4 deletions tests/0_basic.tush
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

$ cd "$MYDIR"; ./$MAKESURE -v; ./$MAKESURE --version
| 0.9.9
| 0.9.9
| 0.9.10
| 0.9.10

$ cd "$MYDIR/tests/emptydir"; ../../$MAKESURE -v
| 0.9.9
| 0.9.10

$ cd "$MYDIR/tests/emptydir"; ../../$MAKESURE -h
| makesure ver. 0.9.9
| makesure ver. 0.9.10
| Usage: makesure [options...] [-f buildfile] [goals...]
| -f,--file buildfile
| set buildfile to use (default Makesurefile)
Expand Down
12 changes: 6 additions & 6 deletions tests/12_update.tush
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ $ cd "$MYDIR"; ./$MAKESURE -f tests/12_update.sh test_wget
| goal 'test_wget' ...
| XXX
| running wget
| updated XXX -> 0.9.9
| updated XXX -> 0.9.10
| running wget
| you have latest version 0.9.9 installed
| 0.9.9
| you have latest version 0.9.10 installed
| 0.9.10

$ cd "$MYDIR"; ./$MAKESURE -f tests/12_update.sh test_curl
| goal 'makesure_prepared' ...
| goal 'curl_prepared' ...
| goal 'test_curl' ...
| XXX
| running curl
| updated XXX -> 0.9.9
| updated XXX -> 0.9.10
| running curl
| you have latest version 0.9.9 installed
| 0.9.9
| you have latest version 0.9.10 installed
| 0.9.10

0 comments on commit fda6553

Please sign in to comment.