File: disable-end2end-test.patch

package info (click to toggle)
lmod 8.7.60-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 63,000 kB
  • sloc: sh: 6,266; makefile: 2,837; ansic: 1,513; tcl: 1,382; python: 1,050; csh: 112
file content (16 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Andreas Beckmann <anbe@debian.org>
Description: disable 'end2end' test, needs to be run from a git repository
 calls 'git archive' via 'make dist'
Forwarded: not-needed

--- a/rt/end2end/end2end.tdesc
+++ b/rt/end2end/end2end.tdesc
@@ -9,7 +9,7 @@ testdescript = {
    ]],
    keywords = {testName, },
 
-   active = 1,
+   active = 0,
    testName = testName,
    job_submit_method = "INTERACTIVE",