fixing cue rally test job

post test hook was using rally-gate.py when it is supposed to use
rally-gate.sh.

Change-Id: Ibfeab01b468f9c19c8c31e2ea54d05e67eb68f09
This commit is contained in:
dagnello
2015-07-09 12:31:53 -07:00
parent 802c509eb3
commit abbe7ffa3d

View File

@@ -416,7 +416,7 @@
export -f gate_hook
function post_test_hook {
$BASE/new/rally/tests/ci/rally-gate.py
$BASE/new/rally/tests/ci/rally-gate.sh
}
export -f post_test_hook