mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-20 06:06:23 +00:00
scstadmin, test 03: Skip the copy manager
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6672 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -24,6 +24,7 @@ sub addTargets {
|
||||
|
||||
my $all_hw_tgt = 1;
|
||||
for my $driver (@{$drivers}) {
|
||||
next if $driver eq 'copy_manager';
|
||||
my ($targets, $errorString) = $SCST->targets($driver);
|
||||
for my $target (@{$targets}) {
|
||||
if ($SCST->targetType($driver, $target) !=
|
||||
|
||||
Reference in New Issue
Block a user