build stellar and stellar-devel rpm
This commit is contained in:
@@ -27,4 +27,4 @@ packet_inject_add_case(gtest_inject_tcp_payload_fin_rst_after_recv_c2s_first_pay
|
||||
|
||||
file(COPY ./conf/ DESTINATION ./conf/)
|
||||
file(COPY ./pcap/ DESTINATION ./pcap/)
|
||||
file(COPY ./stellar_plugin/ DESTINATION ./stellar_plugin/)
|
||||
file(COPY ./plugin/ DESTINATION ./plugin/)
|
||||
@@ -150,7 +150,7 @@ void packet_inject_test(struct packet_inject_case *test)
|
||||
}
|
||||
system_cmd("cp %s/%s %s", test->input_prefix, test->input_pcap, dumpfile_dir);
|
||||
system_cmd("cp -r conf %s/", test->work_dir);
|
||||
system_cmd("cp -r stellar_plugin %s/", test->work_dir);
|
||||
system_cmd("cp -r plugin %s/", test->work_dir);
|
||||
system_cmd("cp -r libpacket_inject_plugin.so %s/", test->work_dir);
|
||||
|
||||
// run packet injector
|
||||
|
||||
Reference in New Issue
Block a user