[lua-torch-cwrap] 03/03: tests: trivial fix

Zhou Mo cdluminate-guest at moszumanska.debian.org
Wed Jul 26 12:08:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

cdluminate-guest pushed a commit to branch master
in repository lua-torch-cwrap.

commit a1119d6f76fd873ad364830344fd8eb4cd94bdd3
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Wed Jul 26 12:03:24 2017 +0000

    tests: trivial fix
---
 debian/tests/lua.require | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/tests/lua.require b/debian/tests/lua.require
index 80f6d90..d5d50f6 100755
--- a/debian/tests/lua.require
+++ b/debian/tests/lua.require
@@ -2,7 +2,7 @@
 set -e
 
 # This package should be ok if it can be required ("imported") by lua5.1 or luajit
-lua5.1 -lcwrap -e "print(\"$0: test ok\");" || \
-	luajit -lcwrap -e "print(\"$0: test ok\");"
+luajit -lcwrap -e "print(\"$0: test ok\");" || \
+	lua5.1 -lcwrap -e "print(\"$0: test ok\");"
 
 exit 0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lua-torch-cwrap.git



More information about the debian-science-commits mailing list