From 342df165afb5961557d61bb4cb9a39b88b22d220 Mon Sep 17 00:00:00 2001
From: Justin Bedo <cu@cua0.org>
Date: Mon, 26 Nov 2018 15:51:56 +1100
Subject: qsub: output non-retryable errors

---
 lib/qsub.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/qsub.nix b/lib/qsub.nix
index bb4934a..4ef6dbc 100644
--- a/lib/qsub.nix
+++ b/lib/qsub.nix
@@ -32,6 +32,7 @@
           break
         fi
         if ! grep "Please retry" id > /dev/null ; then
+          cat id >&2
           exit 1
         fi
         sleep ${toString sleepTime}
-- 
cgit v1.2.3