ENH add test

This commit is contained in:
Nathan Dwarshuis 2022-12-27 12:02:07 -05:00
parent 504c719bdd
commit 761653265d
1 changed files with 2 additions and 0 deletions

View File

@ -143,6 +143,8 @@ evalConf db@DBusState { dbSysClient = cl } = do
tt <- evalAlways $ fsTabbedTheme fs tt <- evalAlways $ fsTabbedTheme fs
io $ putStrLn "tabbed theme started" io $ putStrLn "tabbed theme started"
io $ hFlush stdout io $ hFlush stdout
-- uninstallSignalHandlers
-- io $ print =<< readCreateProcessWithExitCode (proc "echo" ["hi"]) ""
startDBusInterfaces fs startDBusInterfaces fs
io $ putStrLn "dbus started" io $ putStrLn "dbus started"
io $ hFlush stdout io $ hFlush stdout