Skip to content

Commit

Permalink
@goal_glob #18
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Jul 28, 2021
1 parent f652720 commit 481fe59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions tests/11_goal_glob.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

@goal_glob 11_goal_glob*.txt
@reached_if [[ $INDEX -eq 1 ]]
@doc test goal_glob
echo "$ITEM :: $INDEX :: $TOTAL"
cat $ITEM
Expand Down
4 changes: 1 addition & 3 deletions tests/11_goal_glob.tush
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ $ cd "$MYDIR"; ./makesure -f tests/11_goal_glob.sh test1
| goal '11_goal_glob_1.txt' ...
| 11_goal_glob_1.txt :: 0 :: 3
| content 111
| goal '11_goal_glob_2.txt' ...
| 11_goal_glob_2.txt :: 1 :: 3
| content 222
| goal '11_goal_glob_2.txt' [already satisfied].
| goal '11_goal_glob_3.txt' ...
| 11_goal_glob_3.txt :: 2 :: 3
| content 333
Expand Down

0 comments on commit 481fe59

Please sign in to comment.