mirror of
https://github.com/dolthub/dolt.git
synced 2025-12-30 16:12:39 -06:00
/benchmark/sqllogictest_tester/run_tester.sh: Iterating on fixing testing dir
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user