diff --git a/benchmark/sqllogictest_tester/run_tester.sh b/benchmark/sqllogictest_tester/run_tester.sh index 9d2f32cc81..596e7d662c 100755 --- a/benchmark/sqllogictest_tester/run_tester.sh +++ b/benchmark/sqllogictest_tester/run_tester.sh @@ -25,7 +25,6 @@ if [ -z "$DOLT_ROOT_PATH" ]; then fail Must supply DOLT_ROOT_PATH; fi if [ -z "$DOLT_CONFIG_PATH" ]; then fail Must supply DOLT_CONFIG_PATH; fi if [ -z "$CREDSDIR" ]; then fail Must supply CREDSDIR; fi if [ -z "$DOLT_CREDS" ]; then fail Must supply DOLT_CREDS; fi -if [ -z "$CREDS_HASH" ]; then fail Must supply CREDS_HASH; fi if [ -z "$TMP_TESTING_DIR" ]; then fail Must supply TMP_TESTING_DIR; fi if [ -z "$TMP_CSV_DIR" ]; then fail Must supply TMP_CSV_DIR; fi if [ -z "$TEST_FILE_DIR_LIST" ]; then fail Must supply TEST_FILE_DIR_LIST; fi