Add action_none to assist hosts with no extra_actions
[build-farm.git] / 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