summaryrefslogtreecommitdiff
path: root/scripts/run-check.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-12 11:52:13 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-12 16:17:52 -0700
commitd843b30bd3218c0cb0a6f9c070478b5352b77395 (patch)
treeece01fe1e3d44ddf995606ecb556b58d40a00525 /scripts/run-check.sh
parent99e09aa4eebd71ae1179af09e11f78ac36ccce8d (diff)
scripts: Remove scripts for running C btrfs-progs
Except for diff-dump-tree.sh, since that's doing a comparison.
Diffstat (limited to 'scripts/run-check.sh')
-rwxr-xr-xscripts/run-check.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/run-check.sh b/scripts/run-check.sh
deleted file mode 100755
index 6301305..0000000
--- a/scripts/run-check.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-set -e
-rm -f ../scratch/dump-check.img
-cp --reflink=always ../scratch/dump-{clearnodes,check}.img
-make -C ../btrfs-progs
-time ../btrfs-progs/btrfs check --progress --repair ../scratch/dump-check.img