attempt to make travis green

This commit is contained in:
Araq
2018-12-11 08:49:56 +01:00
parent dc604ca762
commit f3d2c18a12
3 changed files with 4 additions and 4 deletions

View File

@@ -499,8 +499,7 @@ proc testNimblePackages(r: var TResults, cat: Category, filter: PackageFilter) =
# ----------------------------------------------------------------------------
const AdditionalCategories = ["debugger", "examples", "lib"]
#, "megatest"]
const AdditionalCategories = ["debugger", "examples", "lib", "megatest"]
proc `&.?`(a, b: string): string =
# candidate for the stdlib?
@@ -565,7 +564,7 @@ proc runJoinedTest(r: var TResults, cat: Category, testsDir: string) =
echo buf
quit("megatest compilation failed")
(buf, exitCode) = execCmdEx2("./megatest", [], {poStdErrToStdOut}, "")
(buf, exitCode) = execCmdEx("./megatest")
if exitCode != 0:
echo buf
quit("megatest execution failed")

View File

@@ -536,7 +536,7 @@ proc main() =
var r = initResults()
case action
of "all":
processCategory(r, Category"megatest", p.cmdLineRest.string, testsDir, runJoinableTests = false)
#processCategory(r, Category"megatest", p.cmdLineRest.string, testsDir, runJoinableTests = false)
var myself = quoteShell(findExe("testament" / "tester"))
if targetsStr.len > 0:

View File

@@ -33,6 +33,7 @@ foo88
11
@[1, 10, 45, 120, 210, 252, 210, 120, 45, 10, 1]
'''
joinable: false
"""