Paulo Zanoni a1fce7490c lib/igt_core: use print("%s", #expr) instead of print(#expr)
If I have a program with the following:

    igt_skip_on(i % 2 == 0);
    igt_skip_on_f(i % 2 == 0, "i:%d\n", i);
    igt_require(i % 2 == 0);
    igt_require_f(i % 2 == 0, "i:%d\n", i);

then I'll get compiler error messages complaining about format
conversions related to the '%' character used in the mod operation. So
put the whole string as a %s argument to avoid interpreting '%' and
any other possible chars.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
2015-08-14 15:26:28 -03:00
..
2014-07-23 16:43:05 +01:00
2015-04-22 18:00:42 +01:00
2014-12-04 10:17:16 +08:00
2015-07-20 18:13:37 +01:00
2015-07-20 18:13:37 +01:00
2013-12-05 15:32:42 -08:00
2014-02-20 13:42:25 +00:00
2011-03-29 22:52:50 +02:00
2015-07-02 08:17:17 +01:00
2015-08-12 14:46:46 +02:00
2015-08-12 14:46:46 +02:00
2015-08-05 17:30:58 -03:00
2015-05-14 17:00:40 +01:00
2015-07-02 08:17:17 +01:00
2015-04-14 17:44:34 +01:00
2015-02-25 16:59:22 +00:00
2015-07-14 12:52:09 -03:00
2015-04-16 16:49:46 +03:00
2015-07-02 08:17:17 +01:00
2015-07-02 08:17:17 +01:00
2015-03-25 17:52:11 +00:00
2015-03-25 17:52:11 +00:00