forked from pool/slurm
Egbert Eich
7d13a7ba97
- Package the Slurm testsuite for QA purposes. * Fixes for test suite: Keep-logs-of-skipped-test-when-running-test-cases-sequentially.patch Fix-test-21.41.patch Fix-test-38.11.patch Fix-test-32.8.patch Fix-test-3.13.patch Fix-test7.2-to-find-libpmix-under-lib64-as-well.patch * Add documentation: README_Testsuite.md - Allow log in as user 'slurm'. This allows admins to run certain priviledged commands more easily without becoming root. OBS-URL: https://build.opensuse.org/request/show/988732 OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=207
27 lines
740 B
Diff
27 lines
740 B
Diff
From: Egbert Eich <eich@suse.com>
|
|
Date: Wed Jun 15 08:41:16 2022 +0200
|
|
Subject: Fix test 32.8
|
|
Patch-mainline: Not yet
|
|
Git-repo: https://github.com/SchedMD/slurm
|
|
Git-commit: 6641a03b1d1dfcb937617067f50c8069a04ec9b0
|
|
References:
|
|
|
|
Signed-off-by: Egbert Eich <eich@suse.com>
|
|
Signed-off-by: Egbert Eich <eich@suse.de>
|
|
---
|
|
testsuite/expect/test32.8 | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
diff --git a/testsuite/expect/test32.8 b/testsuite/expect/test32.8
|
|
index 76f65c3ccc..61dba8759b 100755
|
|
--- a/testsuite/expect/test32.8
|
|
+++ b/testsuite/expect/test32.8
|
|
@@ -86,7 +86,7 @@ if {$job_id == 0} {
|
|
}
|
|
|
|
wait_for_job -fail $job_id "DONE"
|
|
-wai_for_file -fail $file_out
|
|
+wait_for_file -fail $file_out
|
|
|
|
set number_1 -1
|
|
set number_2 -1
|