make sure findPort.py is pushed.
Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/2d2f0013 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/2d2f0013 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/2d2f0013 Branch: refs/heads/master Commit: 2d2f0013043f587170d5667279d3bb5c20b51158 Parents: be26ce4 Author: Qifan Chen <[email protected]> Authored: Thu Dec 17 20:30:39 2015 +0000 Committer: Qifan Chen <[email protected]> Committed: Thu Dec 17 20:30:39 2015 +0000 ---------------------------------------------------------------------- core/sqf/sql/scripts/findPort.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/2d2f0013/core/sqf/sql/scripts/findPort.py ---------------------------------------------------------------------- diff --git a/core/sqf/sql/scripts/findPort.py b/core/sqf/sql/scripts/findPort.py index 89ff510..6179a89 100644 --- a/core/sqf/sql/scripts/findPort.py +++ b/core/sqf/sql/scripts/findPort.py @@ -104,3 +104,4 @@ if not foundOne: print exit(exitCode) +
