Skip to content

Commit

Permalink
Replace --testpath with short option -t
Browse files Browse the repository at this point in the history
  • Loading branch information
braeeast2001 committed Aug 2, 2023
1 parent 557167f commit be8546c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$ buildtest inspect query --testpath hello_f
$ buildtest inspect query -t hello_f
────────────────────────────────────────────────────────────────────────────────────────── hello_f/600c36b4-feda-4b60-9c77-ff409d864136 ───────────────────────────────────────────────────────────────────────────────────────────
Executor: generic.local.bash
Description: Hello World Fortran Compilation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$ buildtest inspect query -o --testpath clone_spack_automatically clone_spack_and_specify_root
$ buildtest inspect query -o -t clone_spack_automatically clone_spack_and_specify_root
──────────────────────────────────────────────────────────────────────────────────── clone_spack_automatically/32829f81-0acc-4d11-bb99-e77bb01e37c7 ────────────────────────────────────────────────────────────────────────────────────
Executor: generic.local.bash
Description: Clone spack automatically
Expand Down

0 comments on commit be8546c

Please sign in to comment.