From a72f5918252b261b5abecbd8d75e4c423ab2d496 Mon Sep 17 00:00:00 2001 From: akankshamahajan Date: Fri, 10 Feb 2023 10:13:19 -0800 Subject: [PATCH] Fix a minor bug in the regression script during assigning value (#11215) Summary: Same as title Pull Request resolved: https://github.com/facebook/rocksdb/pull/11215 Test Plan: Ran manually Reviewed By: pdillinger Differential Revision: D43194634 Pulled By: akankshamahajan15 fbshipit-source-id: 336a08a9076b222d7000e4eb2a87fc36b863b05b --- tools/regression_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/regression_test.sh b/tools/regression_test.sh index 568c8d2ce..4fa6d87b8 100755 --- a/tools/regression_test.sh +++ b/tools/regression_test.sh @@ -242,7 +242,7 @@ function run_db_bench { seek_nexts=$SEEK_NEXTS if [ "$async_io" == "true" ]; then - $seek_nexts=$SEEK_NEXTS_ASYNCIO + seek_nexts=$SEEK_NEXTS_ASYNCIO fi