/benchmark/sqllogictest_tester/run_tester.sh: Iterating on fixing testing dir

This commit is contained in:
Dustin Brown
2020-05-11 11:02:17 -07:00
parent 91b7516049
commit 8dabd5d03f

View File

@@ -190,7 +190,10 @@ function run_once() {
rm -rf .dolt; dolt init
echo "Running tests and creating $results"
go run . run "$TMP_TESTING_DIR" > "$results"
echo "Using the following files/dirs:"
find ../../../../../../../tempTesting
go run . run ../../../../../../../tempTesting > "$results"
# go run . run "$TMP_TESTING_DIR" > "$results"
echo "Parsing $results and generating $parsed"
go run . parse "$commit_hash" "$results" > "$parsed"