Skip to content

Commit

Permalink
Improve ./makesure -l output #47
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Sep 17, 2021
1 parent 558f89d commit 9a316ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions tests/11_goal_glob.tush
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

$ cd "$MYDIR"; ./$MAKESURE -f tests/11_goal_glob.sh test1 -l
| Available goals:
| 11_goal_glob_1.txt - test goal_glob
| 11_goal_glob_2.txt - test goal_glob
| 11_goal_glob_3.txt - test goal_glob
| 11_goal_glob_1.txt : test goal_glob
| 11_goal_glob_2.txt : test goal_glob
| 11_goal_glob_3.txt : test goal_glob
| test1
| test2
| goal_name@11_goal_glob_1.txt
Expand Down
6 changes: 3 additions & 3 deletions tests/14_doc.tush
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ $ cd "$MYDIR"; ./$MAKESURE -f tests/14_doc_multi2.sh -l

$ cd "$MYDIR"; ./$MAKESURE -f tests/14_doc.sh -l
| Available goals:
| a - doc for a
| b - doc for b
| 14_doc.tush - doc for glob
| a : doc for a
| b : doc for b
| 14_doc.tush : doc for glob
4 changes: 2 additions & 2 deletions tests/1_goals.tush
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ $ cd "$MYDIR"; ./$MAKESURE -f tests/1_goals.sh --silent
$ cd "$MYDIR"; ./$MAKESURE -f tests/1_goals.sh -l
| Available goals:
| default
| aaa - Documenatation for aaa
| bbb - Documenatation for bbb
| aaa : Documenatation for aaa
| bbb : Documenatation for bbb
| ccc
| ddd
| fail
Expand Down

0 comments on commit 9a316ae

Please sign in to comment.