[nasm:nasm-2.15.xx-travis] trevis: unify tmap descriptor

nasm-bot for Cyrill Gorcunov gorcunov at gmail.com
Tue Aug 25 09:57:08 PDT 2020


Commit-ID:  0b7244fcd6ec913e3cd5df03a07ba39e326e15ce
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=0b7244fcd6ec913e3cd5df03a07ba39e326e15ce
Author:     Cyrill Gorcunov <gorcunov at gmail.com>
AuthorDate: Tue, 25 Aug 2020 19:53:26 +0300
Committer:  Cyrill Gorcunov <gorcunov at gmail.com>
CommitDate: Tue, 25 Aug 2020 19:53:26 +0300

trevis: unify tmap descriptor

Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>


---
 travis/test/tmap.json                      | 22 ++++++++++++----------
 travis/test/{tmap.o.stderr => tmap.stderr} |  0
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/travis/test/tmap.json b/travis/test/tmap.json
index 3978d998..a3b2829d 100644
--- a/travis/test/tmap.json
+++ b/travis/test/tmap.json
@@ -1,10 +1,12 @@
-{
-	"description": "Test abuse the section flags which breaks NASM 0.98.37",
-	"format": "elf",
-	"source": "tmap.asm",
-	"option": "-DLINUX",
-	"target": [
-		{ "output": "tmap.o" },
-		{ "stderr": "tmap.o.stderr" }
-	]
-}
+[
+	{
+		"description": "Test abuse the section flags which breaks NASM 0.98.37",
+		"format": "elf",
+		"source": "tmap.asm",
+		"option": "-Ox -DLINUX",
+		"target": [
+			{ "output": "tmap.o" },
+			{ "stderr": "tmap.stderr" }
+		]
+	}
+]
diff --git a/travis/test/tmap.o.stderr b/travis/test/tmap.stderr
similarity index 100%
rename from travis/test/tmap.o.stderr
rename to travis/test/tmap.stderr


More information about the Nasm-commits mailing list