Fixed tests
[arvados.git] / services / api / script / crunch-dispatch.rb
index b6e0f67796b8a9a2022643f2565ee621bd2b4c25..6df9a19d299a5a8a440a99866be774e0bbad9d4c 100755 (executable)
@@ -330,7 +330,7 @@ class Dispatcher
             api_client_id: 0)
       pipe_auth.save
 
-      puts `export ARVADOS_API_TOKEN=#{pipe_auth.api_token} && arv-run-pipeline-instance --run-here --no-wait --debug --debug-level=3 --instance #{p.uuid}`
+      puts `export ARVADOS_API_TOKEN=#{pipe_auth.api_token} && arv-run-pipeline-instance --run-here --no-wait --instance #{p.uuid}`
     end
   end