25.05.2013, 20:16, "Juan Jose Garcia-Ripoll" <
juanjose.g...@gmail.com>:
> I have noticed that sometimes regressions depend on the order in which things are loaded. For instance, one feature in my compiler was leaving the global variables in a wrong status, causing errors in cl-ppcre. However now I am not entirely able to reproduce a bug that shows up when running the cl-test-grid suite.
> How can I run a single test from the command line following the same sequence of steps that cl-test-grid does?
Hello.
When testing load of the libraries, test-grid does (ql:quickload <libname> :verbose t).
When running a testsuite it does (tg-testsuites:libtest <libname>)
Here <libname> is a keyword, like :alexandria, :cl-ppcre.
> Woudln't it make sense to export those steps to the log?
Yes, it will improve usability. I will do so.
Let me know if you able to reproduce the issue now.