mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Update freeze test for moved TxFlags.h
This commit is contained in:
@@ -345,7 +345,7 @@ suite_setup = (state) ->
|
||||
##################################### TESTS ####################################
|
||||
|
||||
execute_if_enabled = (fn) ->
|
||||
path = "#{__dirname}/../src/ripple/data/protocol/TxFlags.h"
|
||||
path = "#{__dirname}/../src/ripple/protocol/TxFlags.h"
|
||||
skip_it = /asfGlobalFreeze/.exec(fs.readFileSync(path)) == null
|
||||
func = if skip_it then global.suite.skip else global.suite
|
||||
enforced = false
|
||||
|
||||
Reference in New Issue
Block a user