CI debugging woooo

This commit is contained in:
AffectedArc07
2021-05-03 18:26:30 +01:00
parent 9ac84b241f
commit 29af4068f2
+1 -1
View File
@@ -2,7 +2,7 @@
/datum/unit_test/sql_version/Run()
// Check if the SQL version set in the code is equal to the CI DB config
if(GLOB.configuration.database.version != SQL_VERSION)
Fail("SQL version error: Game is running V[SQL_VERSION] but config is V[sql_version]. You may need to update the example config.")
Fail("SQL version error: Game is running V[SQL_VERSION] but config is V[GLOB.configuration.database.version]. You may need to update the example config.")
if(SSdbcore.total_errors > 0)
Fail("SQL errors occured on startup. Please fix them.")