Commit f47906e
committed
CI: pass proper test configuration matching top-level make test
The test job was running the testsuite directly (cd testsuite && make)
without passing the configuration variables that the top-level 'make test'
target provides. This caused:
1. Performance tests running and timing out (SKIP_PERF_TESTS was not set)
2. Missing lint flags (-dcore-lint, -dstg-lint, -dcmm-lint, etc.)
3. Missing tool paths (TEST_HC, GHC_PKG, HP2PS, HPC, RUNGHC)
Fix by:
- Building the testsuite timeout tool before running tests
- Passing all the same variables as the Makefile's test target
- Running 'make -C testsuite/tests test' (the actual test runner)
- Splitting disk cleanup into its own step for clarity1 parent 8d436bb commit f47906e
1 file changed
Lines changed: 30 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
397 | 410 | | |
398 | 411 | | |
399 | 412 | | |
400 | 413 | | |
401 | 414 | | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
414 | 432 | | |
415 | 433 | | |
416 | 434 | | |
| |||
0 commit comments