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.
1 parent 53d6222 commit 8a9fd79Copy full SHA for 8a9fd79
run-test.sh
@@ -3,12 +3,12 @@
3
basedir=$( cd "$(dirname "$0")" ; pwd -P)
4
5
OUTPUTDIR="${PWD}/output"
6
-INPUT_FILE=$(ls -d /app/dps-unit-test/input/*)
+INPUT_FILE=$(ls -d input/*)
7
8
mkdir -p ${OUTPUTDIR}
9
echo "Testing writing output product"
10
python ${basedir}/test-output-product.py ${OUTPUTDIR}
11
12
13
echo "Testing opening input file"
14
-python ${basedir}/test-input-file.py ${INPUT_FILE}
+python ${basedir}/test-input-file.py ${INPUT_FILE}
0 commit comments