We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9eed6f4 + 06ac635 commit 78861fdCopy full SHA for 78861fd
test/tools/autotools/test_loaddb.sh
@@ -1,7 +1,12 @@
1
#!/bin/bash -e
2
3
-/bin/rm -f apfs_pool.db
4
-"tools/autotools/tsk_loaddb$EXEEXT" -d apfs_pool.db $SLEUTHKIT_TEST_DATA_DIR/apfs/apfs_pool.E01
+doit () {
+ echo scan $1
5
+ /bin/rm -f testdb.db
6
+ "tools/autotools/tsk_loaddb$EXEEXT" -d testdb.db $1
7
+ echo scan $1 done
8
+}
9
-/bin/rm -f issue_3235.db
-"tools/autotools/tsk_loaddb$EXEEXT" -d issue_3235.db $SLEUTHKIT_TEST_DATA_DIR/fuzzing/lvm_test_issue_3235.E01
10
+doit $SLEUTHKIT_TEST_DATA_DIR/from_brian/1-extend-part/ext-part-test-2.dd
11
+doit $SLEUTHKIT_TEST_DATA_DIR/apfs/apfs_pool.E01
12
+doit $SLEUTHKIT_TEST_DATA_DIR/fuzzing/lvm_test_issue_3235.E01
0 commit comments