Skip to content

Commit 8a9fd79

Browse files
committed
updated path to file
1 parent 53d6222 commit 8a9fd79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
basedir=$( cd "$(dirname "$0")" ; pwd -P)
44

55
OUTPUTDIR="${PWD}/output"
6-
INPUT_FILE=$(ls -d /app/dps-unit-test/input/*)
6+
INPUT_FILE=$(ls -d input/*)
77

88
mkdir -p ${OUTPUTDIR}
99
echo "Testing writing output product"
1010
python ${basedir}/test-output-product.py ${OUTPUTDIR}
1111

1212

1313
echo "Testing opening input file"
14-
python ${basedir}/test-input-file.py ${INPUT_FILE}
14+
python ${basedir}/test-input-file.py ${INPUT_FILE}

0 commit comments

Comments
 (0)