Skip to content

Commit

Permalink
fix: smoke test-performance env var set up failed
Browse files Browse the repository at this point in the history
Signed-off-by: Yadong Ding <[email protected]>
  • Loading branch information
Desiki-high committed Nov 29, 2023
1 parent 96f402b commit 58c4af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoke/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test: build
# PERFORMANCE_TEST_IMAGE=wordpress:latest \
# make test-performance
test-performance: build
PERFORMANCE_TEST=True;sudo -E ./smoke.test -test.v -test.timeout 10m -test.parallel=1 -test.run=TestPerformance
PERFORMANCE_TEST=True sudo -E ./smoke.test -test.v -test.timeout 10m -test.parallel=1 -test.run=TestPerformance

# WORK_DIR=/tmp \
# NYDUS_STABLE_VERSION=v2.2.3 \
Expand Down

0 comments on commit 58c4af1

Please sign in to comment.