|
@@ -20,5 +20,5 @@ Multiple tests could be executed within a single project directory. Just postfix
|
|
|
|
|
|
Chdir to `tests/misc` and run `haxe compile.hxml`.
|
|
|
|
|
|
-To run tests only for a single project use the following command: `haxe haxe -D MISC_TEST_FILTER=1234 compile.hxml`, where `1234` are taken from the project directory name `Issue1234`.
|
|
|
+To run tests only for a single project use the following command: `haxe -D MISC_TEST_FILTER=1234 compile.hxml`, where `1234` are taken from the project directory name `Issue1234`.
|
|
|
|