File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 7070if ! grep -q ' Dev Null' src/test/app/tx/apply_test.cpp; then
7171 echo -e " // Copyright (c) 2020 Dev Null Productions\n\n$( cat src/test/app/tx/apply_test.cpp) " > src/test/app/tx/apply_test.cpp
7272fi
73- if ! grep -q ' Dev Null' src/test/app/NetworkOPs_test.cpp; then
74- echo -e " // Copyright (c) 2020 Dev Null Productions\n\n$( cat src/test/app/NetworkOPs_test.cpp) " > src/test/app/NetworkOPs_test.cpp
75- fi
7673if ! grep -q ' Dev Null' src/test/rpc/ManifestRPC_test.cpp; then
7774 echo -e " // Copyright (c) 2020 Dev Null Productions\n\n$( cat src/test/rpc/ManifestRPC_test.cpp) " > src/test/rpc/ManifestRPC_test.cpp
7875fi
Original file line number Diff line number Diff line change 1- // Copyright (c) 2020 Dev Null Productions
2-
31#include < test/jtx.h>
42#include < test/jtx/CaptureLogs.h>
53#include < test/jtx/Env.h>
You can’t perform that action at this time.
0 commit comments