Skip to content

Commit

Permalink
Update the tests to reflect BUILD_TARGET inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Feb 8, 2024
1 parent 12aeba5 commit 0c7ff29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/fiji.t
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Test command line argument combinations.
$ ./fiji-linux-x64 --help
Usage: ./fiji-linux-x64 [<Java options>.. --] [<main arguments>..]

Fiji launcher (Jaunch v* / build *) (glob)
Fiji launcher (Jaunch v* / * / *) (glob)
Java options are passed to the Java Runtime,
main arguments to the launched program (Fiji).

Expand Down
2 changes: 1 addition & 1 deletion test/jy.t
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Test command line argument combinations.
$ ./jy-linux-x64 --help
Usage: ./jy-linux-x64 [<Java options>.. --] [<main arguments>..]

Jy launcher (Jaunch v* / build *) (glob)
Jy launcher (Jaunch v* / * / *) (glob)
Java options are passed to the Java Runtime,
main arguments to the launched program (Jy).

Expand Down
2 changes: 1 addition & 1 deletion test/parsy.t
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Test command line argument combinations.
$ ./parsy-linux-x64 --help
Usage: ./parsy-linux-x64 [<Java options>.. --] [<main arguments>..]

Parsy launcher (Jaunch v* / build *) (glob)
Parsy launcher (Jaunch v* / * / *) (glob)
Java options are passed to the Java Runtime,
main arguments to the launched program (Parsy).

Expand Down

0 comments on commit 0c7ff29

Please sign in to comment.