mirror of
git://projects.qi-hardware.com/fped.git
synced 2024-12-22 22:52:25 +02:00
already "fped -T" dumped, not only "fped -T -T". test/Common didn't use -T -T.
This commit is contained in:
parent
b8f1add539
commit
ea9b8f988e
3
fped.c
3
fped.c
@ -213,7 +213,8 @@ int main(int argc, char **argv)
|
|||||||
write_gnuplot(one);
|
write_gnuplot(one);
|
||||||
break;
|
break;
|
||||||
case batch_test:
|
case batch_test:
|
||||||
dump(stdout, NULL);
|
if (test_mode > 1)
|
||||||
|
dump(stdout, NULL);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
abort();
|
abort();
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
#
|
#
|
||||||
# Common - Elements shared by all regression tests for fped
|
# Common - Elements shared by all regression tests for fped
|
||||||
#
|
#
|
||||||
# Written 2010 by Werner Almesberger
|
# Written 2010, 2011 by Werner Almesberger
|
||||||
# Copyright 2010 Werner Almesberger
|
# Copyright 2010, 2011 Werner Almesberger
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -29,7 +29,7 @@ fped()
|
|||||||
|
|
||||||
fped_dump()
|
fped_dump()
|
||||||
{
|
{
|
||||||
fped "$@" -T
|
fped "$@" -T -T
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user