File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 4040 - name : make check
4141 id : check
4242 run : |
43- make -k check BT_ARCHIVE_LOGS=1
43+ make bt_edit. check BT_ARCHIVE_LOGS=1 GST_DEBUG="*:4"
4444
4545 - name : Rerun failed tests under gdb and get backtraces
4646 id : rerun_tests
Original file line number Diff line number Diff line change @@ -164,16 +164,11 @@ bt_edit_teardown (void)
164164
165165/* start the test run */
166166gint
167- main (gint argc , gchar * * argv )
167+ main (gint argc , gchar * * argv )
168168{
169169 gint nf ;
170170 SRunner * sr ;
171171
172- // TODO(153) - this test does not work on github actions yet (the xvfb setup
173- // fails), lets skip for now
174- if (g_getenv ("CI" ))
175- return EXIT_SUCCESS ;
176-
177172 g_set_application_name (PACKAGE_NAME );
178173 setup_log_base (argc , argv );
179174 setup_log_capture ();
You can’t perform that action at this time.
0 commit comments