From f95901ac03b01a5ca7435f53ed7ca1476d3ca89a Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Fri, 17 Aug 2018 18:41:57 -0700 Subject: [PATCH] [test suite] minor tests directory path update --- test/test-fwknop.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test-fwknop.pl b/test/test-fwknop.pl index 0b7bb808..0f87987a 100755 --- a/test/test-fwknop.pl +++ b/test/test-fwknop.pl @@ -115,7 +115,7 @@ my $default_key = 'fwknoptest'; my $asan_dir = 'asan'; my $asan_instrumentation_check = 0; -my $tests_dir = 'tests'; +my $tests_dir = './tests'; our $rerun_failed_mode = 0; @@ -1885,7 +1885,7 @@ sub fko_wrapper_exec() { ### generate the fko-wrapper/fuzz_spa_payloads file ### if necessary - it is consumed by the wrapper in ### -DFUZZING_INTERFACES mode - &write_test_file("[-] Generating SPA fuzzing packets " . + &write_test_file("[+] Generating SPA fuzzing packets " . "file: $fuzz_spa_payloads_file with ./spa_fuzzing.py...\n", $curr_test_file); unless (-e $fuzz_spa_payloads_file) { @@ -1926,7 +1926,7 @@ sub fko_wrapper_exec() { if ($enable_fuzzing_interfaces_tests) { ### make sure the send_spa_payloads file exists unless (-e $send_fuzz_payloads_file) { - &write_test_file("[-] Generating SPA fuzzing packets " . + &write_test_file("[+] Generating SPA fuzzing packets " . "file: $send_fuzz_payloads_file for fwknopd consumption...\n", $curr_test_file); unless (-e $send_fuzz_payloads_file) {