diff options
author | Haru <haru@dotalux.com> | 2014-05-10 19:02:49 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-05-10 22:53:03 +0200 |
commit | 23f7856488fb6f723778867a467efcea53edad59 (patch) | |
tree | b05f13d3f1cb2dd6b4a0ae91175cbadb584c7bf5 /npc/dev | |
parent | 3a5f394cb6ac82e37d03d31cc8ef983a4650e9e7 (diff) | |
download | hercules-23f7856488fb6f723778867a467efcea53edad59.tar.gz hercules-23f7856488fb6f723778867a467efcea53edad59.tar.bz2 hercules-23f7856488fb6f723778867a467efcea53edad59.tar.xz hercules-23f7856488fb6f723778867a467efcea53edad59.zip |
Travis improvements
- Parallelized pre-re and re tests
- Added mapserver and script engine tests: this means that travis will
detect parse errors in scripts as well as the source now)
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/dev')
-rw-r--r-- | npc/dev/test.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/dev/test.txt b/npc/dev/test.txt index 3cc714993..f9e4fc410 100644 --- a/npc/dev/test.txt +++ b/npc/dev/test.txt @@ -708,7 +708,7 @@ OnReportError: if (.errors == 1) debugmes "**** WARNING: Any self-test results past this point are unreliable because of previous errors. ****"; debugmes "Error: "+.@msg$+": '"+.@val$+"' (found) != '"+.@ref$+"' (expected)"; - .errors++; + ++.errors; //end; return; |