Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/graph.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2014-11-17 22:45:41 +0300
committerSoumith Chintala <soumith@gmail.com>2014-11-17 22:45:41 +0300
commit3bad63d42993df054ed12a4e123baf9584627a28 (patch)
tree0c622b03618ca9d6649e5b2655449c80a6e4e324
parenta2d92bbd03d6b5efb05fb95927ce1303bb966971 (diff)
parent724812aa47f93620437f07b9dba385fd66abef70 (diff)
Merge pull request #7 from GeorgOstrovski/patch-1
Update test so it returns correct value upon success/failure
-rw-r--r--test_graphviz.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_graphviz.lua b/test_graphviz.lua
index dbe46b8..714d41c 100644
--- a/test_graphviz.lua
+++ b/test_graphviz.lua
@@ -21,4 +21,4 @@ function tests.layout()
"y coordinates should be ordered")
end
-tester:add(tests):run()
+return tester:add(tests):run()