Skip to content

Commit

Permalink
ZTS: Add zpool_import_status.ksh to Makefile.am
Browse files Browse the repository at this point in the history
The zpool_import_status.ksh test case was not being run because
it was not included in the Makefile.am.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
  • Loading branch information
behlendorf committed Dec 9, 2023
1 parent 8ad73bf commit 3b89b12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/zfs-tests/tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -1115,6 +1115,7 @@ nobase_dist_datadir_zfs_tests_tests_SCRIPTS += \
functional/cli_root/zpool_import/zpool_import_missing_002_pos.ksh \
functional/cli_root/zpool_import/zpool_import_missing_003_pos.ksh \
functional/cli_root/zpool_import/zpool_import_rename_001_pos.ksh \
functional/cli_root/zpool_import/zpool_import_status.ksh \
functional/cli_root/zpool_initialize/cleanup.ksh \
functional/cli_root/zpool_initialize/zpool_initialize_attach_detach_add_remove.ksh \
functional/cli_root/zpool_initialize/zpool_initialize_fault_export_import_online.ksh \
Expand Down

0 comments on commit 3b89b12

Please sign in to comment.