Skip to content

Commit

Permalink
fix(tests): use correct directory for captures
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo committed Feb 7, 2024
1 parent 77e5a6b commit 7289f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/libsinsp_e2e/libsinsp_test_var.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ limitations under the License.
// Absolute path to the bpf probe .o file
#define LIBSINSP_TEST_BPF_PROBE_PATH "${CMAKE_BINARY_DIR}/driver/bpf/probe.o"

#define LIBSINSP_TEST_CAPTURES_PATH "${CMAKE_BINARY_DIR}/test/libsinsp/captures"
#define LIBSINSP_TEST_CAPTURES_PATH "${CMAKE_BINARY_DIR}/test/libsinsp_e2e/captures"

0 comments on commit 7289f72

Please sign in to comment.