[nasm:macho-unify] travis: nasm-t.py -- Fix typo

nasm-bot for Cyrill Gorcunov gorcunov at gmail.com
Tue Jun 30 17:02:55 PDT 2020


Commit-ID:  4a2b0d75169bcd8d8db7ea6377d12eacc2200ed2
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=4a2b0d75169bcd8d8db7ea6377d12eacc2200ed2
Author:     Cyrill Gorcunov <gorcunov at gmail.com>
AuthorDate: Sat, 5 May 2018 12:12:44 +0300
Committer:  Cyrill Gorcunov <gorcunov at gmail.com>
CommitDate: Wed, 9 May 2018 18:03:50 +0300

travis: nasm-t.py -- Fix typo

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


---
 travis/nasm-t.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/travis/nasm-t.py b/travis/nasm-t.py
index 5afb7b81..5b4acb6f 100755
--- a/travis/nasm-t.py
+++ b/travis/nasm-t.py
@@ -285,7 +285,7 @@ def exec_nasm(desc):
     wait_rc = pnasm.wait();
     if desc['_wait'] != wait_rc:
         test_fail(desc['_test-name'],
-                  "Unexpected ret code: " + string(wait_rc))
+                  "Unexpected ret code: " + str(wait_rc))
         return None
     return pnasm
 


More information about the Nasm-commits mailing list