Skip to content

Commit 568c2e2

Browse files
committed
Initial Commit
1 parent 6cbdc44 commit 568c2e2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/output_matching.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ set -o xtrace
99

1010
PYTHON_PATH=$(which python3)
1111
MD5_PATH=$(which md5sum)
12-
OUTPUT_PATH="/tmp/"
12+
OUTPUT_PATH="/tmp"
1313
REPO_ROOT=$(dirname "${BASH_SOURCE[0]}")/../
1414
cd "${REPO_ROOT}"
1515

16+
ls
17+
1618
#
1719
# run_output_matching_test()
1820
# ----

0 commit comments

Comments
 (0)