Add action_none to assist hosts with no extra_actions
authorAndrew Bartlett <abartlet@samba.org>
Sun, 2 Sep 2012 00:21:59 +0000 (10:21 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 2 Sep 2012 00:21:59 +0000 (10:21 +1000)
The previous commit added a handler for extra_actions that are not tied to the success
of the previous actions (allowing lcov and callcatcher to run even on failed tests).

This was missing an action_none for all the other hosts.

Andrew Bartlett

build_test.fns

index 400b80210f2785c4ccf40e0972aae16709455a68..3b0a4b8615e0cd8bc845a7e1b39aa4e6da2111d2 100644 (file)
@@ -579,6 +579,14 @@ action_test() {
        esac
 }
 
+#############################
+# Do nothing (needed if we have nothing to do for extra_actions)
+#############################
+
+action_none() {
+    return 0;
+}
+
 ###########################
 # do a test build of a particular tree
 # This is the master function called by generic.fns or