aboutsummaryrefslogtreecommitdiff
path: root/test/wrong_command.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/wrong_command.c')
-rw-r--r--test/wrong_command.c5
1 files changed, 2 insertions, 3 deletions
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;
}