mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-27 06:34:11 +00:00
Remove func-static from XFAIL_TESTS.
I realized that's not the way it's meant to be used, and it /is/ I bug I want fixed before release, so... :)
This commit is contained in:
parent
98a0afa38f
commit
f7bf05034f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ test_progs_dat=\
|
||||||
while.dat
|
while.dat
|
||||||
|
|
||||||
fail_progs_dat=\
|
fail_progs_dat=\
|
||||||
func-static.dat
|
$E
|
||||||
|
|
||||||
TESTS=$(test_progs_dat:.dat=.run)
|
TESTS=$(test_progs_dat:.dat=.run)
|
||||||
XFAIL_TESTS=$(fail_progs_dat:.dat=.run)
|
XFAIL_TESTS=$(fail_progs_dat:.dat=.run)
|
||||||
|
|
Loading…
Reference in a new issue