[igt-dev] [PATCH 5/7] tools: remove igt_skip_on_simulation()
Swati Sharma
swati2.sharma at intel.com
Wed Oct 16 07:49:10 UTC 2019
Removing igt_skip_on_simulation() from tools since this
feature is not supported anymore.
Signed-off-by: Swati Sharma <swati2.sharma at intel.com>
---
tools/intel_dp_compliance.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/tools/intel_dp_compliance.c b/tools/intel_dp_compliance.c
index 14631a46..5cc3d37a 100644
--- a/tools/intel_dp_compliance.c
+++ b/tools/intel_dp_compliance.c
@@ -1017,8 +1017,6 @@ int main(int argc, char **argv)
{"help", 0, 0, 'h'},
};
- igt_skip_on_simulation();
-
enter_exec_path(argv);
while ((c = getopt_long(argc, argv, optstr, long_opts, NULL)) != -1) {
--
2.23.0
More information about the igt-dev
mailing list