diff options
Diffstat (limited to 'regress/test-exec.sh')
-rw-r--r-- | regress/test-exec.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/regress/test-exec.sh b/regress/test-exec.sh index 5c56aefff..092cfed5b 100644 --- a/regress/test-exec.sh +++ b/regress/test-exec.sh | |||
@@ -204,6 +204,11 @@ verbose () | |||
204 | fi | 204 | fi |
205 | } | 205 | } |
206 | 206 | ||
207 | warn () | ||
208 | { | ||
209 | echo "WARNING: $@" >>$TEST_SSH_LOGFILE | ||
210 | echo "WARNING: $@" | ||
211 | } | ||
207 | 212 | ||
208 | fail () | 213 | fail () |
209 | { | 214 | { |