Skip to content

Commit

Permalink
Makefile: fix skip_tests parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
svinota committed May 20, 2015
1 parent ac51d06 commit 6fa6d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -73,7 +73,7 @@ ifdef wlevel
endif

ifdef skip_tests
override skip_tests := --exclude=${skip_tests}
override skip_tests := --exclude="${skip_tests}"
endif

# get the python version
Expand Down

0 comments on commit 6fa6d72

Please sign in to comment.