diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-12-26 15:12:26 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-12-26 16:23:04 +0200 |
commit | 9ba41c4dc891e38c92126bfcc4c366d765841da0 (patch) | |
tree | 5d095e949421d86dc2e2df83245405bbf7c84945 /tests/ubi-tests/runtests.sh | |
parent | 126341588c5e9d9077e31c4a5f550c83b2e3e93d (diff) |
ubi-utils: add ubiattach and ubidetach
Add 2 new utilities to attach and detach UBI devices.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'tests/ubi-tests/runtests.sh')
-rwxr-xr-x | tests/ubi-tests/runtests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ubi-tests/runtests.sh b/tests/ubi-tests/runtests.sh index 7072e03..fa10c3e 100755 --- a/tests/ubi-tests/runtests.sh +++ b/tests/ubi-tests/runtests.sh @@ -2,7 +2,7 @@ ubidev="$1" tests="mkvol_basic mkvol_bad mkvol_paral rsvol io_basic io_read io_update -io_paral rmvol" +io_paral volrefcnt" if test -z "$ubidev"; then |