mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
13 lines
684 B
XML
13 lines
684 B
XML
<?xml version="1.0" encoding="ASCII"?>
|
|
<!-- This file is an example config file for regression.py.
|
|
the following tags are mandatory:
|
|
1 "indir" tag that specifies where the program can find the hash databases
|
|
any number of "image" tags that specify where the images are stored. They do not have to be local.
|
|
invalid paths and images are ignored by the tester.
|
|
|
|
in this file, the first three tags are accepted by the tester, while the last two are disregarded as errors-->
|
|
|
|
<Properties>
|
|
<indir name="indir" value="C:\Users\dhurd\Documents\GitHub\autopsy\Testing\script\input" />
|
|
<!--<image name="image1" value="P:\shared\Testing\script\input\64mb2.img"/>-->
|
|
</Properties> |