From 8f049417a7254564bb69cb5b5296222d5f8157b1 Mon Sep 17 00:00:00 2001 From: Olivier Blanvillain Date: Thu, 13 Apr 2017 09:19:30 +0200 Subject: Update intructions to run a single test I removed the `|` part, it's not possible anymore right? --- docs/docs/contributing/testing.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs/docs/contributing/testing.md') diff --git a/docs/docs/contributing/testing.md b/docs/docs/contributing/testing.md index 07aab1918..f786ac233 100644 --- a/docs/docs/contributing/testing.md +++ b/docs/docs/contributing/testing.md @@ -80,10 +80,9 @@ This might be aliased in the future. It is also possible to run tests filtered by using: ```bash -> filterTest .*i2147.scala +> vulpix i2147.scala ``` This will run both the test `./tests/pos/i2147.scala` and -`./tests/partest-test/i2147.scala` since both of these match the given regular -expression. This also means that you could run `filterTest .*` to run all -integration tests. +`./tests/partest-test/i2147.scala` since both of these match the given string. +This also means that you could run `vulpix` with no arguments to run all integration tests. -- cgit v1.2.3