File: test.sh.check-all-images

package info (click to toggle)
btrfs-progs 6.17.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,612 kB
  • sloc: ansic: 127,282; sh: 7,915; python: 1,384; makefile: 900; asm: 296
file content (10 lines) | stat: -rwxr-xr-x 156 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
# Run check on all images

source "$TEST_TOP/common" || exit

check_image() {
	run_check "$TOP/btrfs" check --readonly "$1"
}

check_all_images