mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:47:45 +00:00
Tests: Add environment variable for tests only
This is useful for CI where we don't want to spend a minute and a half benchmarking Vector::append, and we don't have a good way to pass test-specific arguments yet. :)
This commit is contained in:
parent
77d4b6e435
commit
89ee38fe5c
2 changed files with 2 additions and 2 deletions
|
@ -155,7 +155,7 @@ User=anon
|
|||
[TestRunner@ttyS0]
|
||||
Executable=/home/anon/tests/run-tests-and-shutdown.sh
|
||||
StdIO=/dev/ttyS0
|
||||
Environment=DO_SHUTDOWN_AFTER_TESTS=1 TERM=xterm PATH=/bin:/usr/bin:/usr/local/bin
|
||||
Environment=DO_SHUTDOWN_AFTER_TESTS=1 TERM=xterm PATH=/bin:/usr/bin:/usr/local/bin TESTS_ONLY=1
|
||||
User=anon
|
||||
WorkingDirectory=/home/anon
|
||||
BootModes=self-test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue