Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Commit

Permalink
Merge pull request #243 from mozilla-services/smoke
Browse files Browse the repository at this point in the history
fix make smoke
  • Loading branch information
Natim committed Apr 3, 2015
2 parents 2cd4e8f + 8034221 commit 49e2465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion loadtests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ INSTALL = ARCHFLAGS=$(ARCHFLAGS) $(VENV)/bin/pip install
.PHONY: install clean bench megabench

$(PYTHON):
virtualenv $(VENV)
$(VIRTUALENV) $(VENV)


# Build virtualenv, to ensure we have all the dependencies.
Expand Down
1 change: 1 addition & 0 deletions loadtests/config/smoke.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ include_file = loadtest
config/*
python-dep = konfig
smoke = True
test_dir = .

# Bearer token on stable.dev.lcip.org readinglist@restmail.net
# token = 82ab7abb4bf90ffaa85a3d1fca169824fa14072016298e2c2671a49a96e2ff5d
Expand Down

0 comments on commit 49e2465

Please sign in to comment.