From 5ac1bedf0520c737b4187c065eaed1d0b9d09e8b Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Mon, 23 Jun 2008 20:19:17 +0000 Subject: [PATCH] support low partition time limits without failing test --- testsuite/expect/test17.8 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testsuite/expect/test17.8 b/testsuite/expect/test17.8 index d17db4023e6..e181934e69a 100755 --- a/testsuite/expect/test17.8 +++ b/testsuite/expect/test17.8 @@ -105,6 +105,10 @@ expect { set job_id $expect_out(1,string) exp_continue } + -re "time limit exceeds" { + send_user "\nWARNING: unable to fully test time limits\n" + exit $exit_code + } timeout { send_user "\nFAILURE: sbatch not responding\n" set exit_code 1 -- GitLab