From e372d610badaf9ca017a749765faa07312a92c55 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Mon, 10 Apr 2017 17:08:58 -0700 Subject: Remove 'tests' target in favor of calling py.test directly. Together with the previous commit, this fixes #156. --- test/wrong_command.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/wrong_command.c') diff --git a/test/wrong_command.c b/test/wrong_command.c index ef835b3..8366a98 100644 --- a/test/wrong_command.c +++ b/test/wrong_command.c @@ -3,8 +3,7 @@ int main(void) { fprintf(stderr, "\x1B[31m\e[1m" "This is not the command you are looking for.\n" - "You probably want to run 'ninja tests' instead " - "(note the 's' at the end).\n" - "\e[0m"); + "You probably want to run 'python3 -m pytest test/' instead" + "\e[0m\n"); return 1; } -- cgit v1.2.3