Skip to content

Commit

Permalink
Made Jenkins test call clean to make sure test id's are consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
uniomni committed Oct 19, 2012
1 parent 8862bf2 commit 4c5abb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -94,7 +94,7 @@ clean:
@-/bin/rm .coverage 2>/dev/null || true

# Run the test suite followed by style checking
test: docs test_suite pep8 pylint dependency_test unwanted_strings run_data_audit testdata_errorcheck test-translations
test: clean docs test_suite pep8 pylint dependency_test unwanted_strings run_data_audit testdata_errorcheck test-translations

# Run the test suite for gui only
guitest: gui_test_suite pep8 disabled_tests dependency_test unwanted_strings testdata_errorcheck
Expand Down Expand Up @@ -258,7 +258,7 @@ indent:
#
##########################################################

jenkins-test: testdata
jenkins-test: testdata clean
@echo
@echo "----------------------------------"
@echo "Regresssion Test Suite for Jenkins"
Expand Down

0 comments on commit 4c5abb9

Please sign in to comment.