-
Bug
-
Resolution: Done
-
Major
-
None
-
None
jbossts-branch417-EAP61-ipv6-dualstack is running junit-jdbc-ncl-testsuite, which I beleive it should not as we don't have any IPv6 databases.
http://172.17.131.2/view/Narayana+BlackTie/job/jbossts-branch417-EAP61-ipv6-dualstack/72/console
The problem was due to the ordering of the clauses in the following statement:
The 'true' clause (preceded by &&) must come first; otherwise it will always trigger, even if the test returns false. This is because '[ false ] || echo blah' will return true, thus triggering the code after the && to fire.