Page MenuHomeWildfire Games

Remove debug-print action (and corresponding test)
ClosedPublic

Authored by irishninja on Jan 30 2021, 9:21 PM.

Details

Summary

Update template paths in python RL client

Test Plan

Run "python -m pytest --timeout=8" from the Python rlclient directory.

Diff Detail

Repository
rP 0 A.D. Public Repository
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

irishninja created this revision.Jan 30 2021, 9:21 PM

Build is green

builderr-debug-macos.txt
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libsimulation2_dbg.a(precompiled.o) has no symbols
ld: warning: text-based stub file /System/Library/Frameworks//CoreAudio.framework/CoreAudio.tbd and library file /System/Library/Frameworks//CoreAudio.framework/CoreAudio are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox.tbd and library file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback.tbd and library file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreVideo.framewor

See https://jenkins.wildfiregames.com/job/macos-differential/3124/display/redirect for more details.

irishninja requested review of this revision.Jan 30 2021, 9:30 PM
Stan added a comment.Jan 30 2021, 10:37 PM

For the record the deletion of the debug-print command was D2407/rP23137

wraitii accepted this revision.Feb 1 2021, 3:51 PM
This revision is now accepted and ready to land.Feb 1 2021, 3:51 PM
This revision was automatically updated to reflect the committed changes.