mirror of
https://github.com/ppy/osu
synced 2025-03-02 01:21:19 +00:00
Don't add version suffixes when running unit tests
This commit is contained in:
parent
3c84b1a389
commit
ad3d00b1dc
@ -173,7 +173,8 @@ namespace osu.Game.Database
|
|||||||
Filename += realm_extension;
|
Filename += realm_extension;
|
||||||
|
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
applyFilenameSchemaSuffix(ref Filename);
|
if (!DebugUtils.IsNUnitRunning)
|
||||||
|
applyFilenameSchemaSuffix(ref Filename);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
string newerVersionFilename = $"{Filename.Replace(realm_extension, string.Empty)}_newer_version{realm_extension}";
|
string newerVersionFilename = $"{Filename.Replace(realm_extension, string.Empty)}_newer_version{realm_extension}";
|
||||||
|
Loading…
Reference in New Issue
Block a user