Remove assertion testing for obsolete output_is_persistent field. refs #3342
[arvados.git] / services / api / script / crunch-dispatch.rb
index 33f53692bceee9505a5c303fd7c90bdff5f04f54..bb7ce7e12dee7efe70ceeff06d506c1c18b23392 100755 (executable)
@@ -17,6 +17,8 @@ if not ($options[:jobs] or $options[:pipelines])
   abort "Nothing to do. Please specify at least one of: --jobs, --pipelines."
 end
 
+ARGV.reject! { |a| a =~ /--jobs|--pipelines/ }
+
 $warned = {}
 $signal = {}
 %w{TERM INT}.each do |sig|