Files
VOREStation/tools/tgs_test
Selis 355c8ca5f0 DMAPI Update (#17935)
* DMAPI Update

* Fix

* More changes

* InitTgs

* .

* css

* urg

* fix that

* some linux fixes

* .

* .

* .

* update

* .

* pref fixing

* .

* those are already sent

* .

* .

* .

* fully off

* fix that

* New classes & Format

* make this nicer

* CSS Edits

* .

* eh use switch

* .

* Update client procs.dm

* Hard restart counter

* Improved Staffwho style

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2025-07-02 22:21:14 +02:00
..

TGS Test Script

This is a simple app that does a few things

  • Downloads .tgs.yml information from a specific commit of a given repository.
  • Checks that the BYOND version in the .tgs.yml file matches the dependencies.sh version.
  • Connects to a TGS instance via command line parameters.
  • Uses the .tgs.yml information to automatically set up a TGS instance.
  • Runs a TGS deploy/launch and validates that they succeeded.

Look for its invocation in the GitHub workflows