From 5b0a751159abe31cafd02784896c1a7bc5b1af12 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 10 May 2021 15:22:55 +0200 Subject: README.md updated * removed all those outdated Makefile.old references * added additional CMake build instructions Signed-off-by: Toni Uhlig --- test/run_tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/run_tests.sh b/test/run_tests.sh index 2d742e4b1..4bebf7a3c 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -4,10 +4,10 @@ set -e LINE_SPACES=${LINE_SPACES:-48} MYDIR="$(realpath "$(dirname ${0})")" -nDPId_test_EXEC="${2:-"$(realpath "${MYDIR}/../nDPId-test")"}" +nDPId_test_EXEC="$(realpath "${2:-"${MYDIR}/../nDPId-test"}")" NETCAT_EXEC="nc -q 0 -l 127.0.0.1 9000" -JSON_VALIDATOR="${3:-"$(realpath "${MYDIR}/../examples/py-schema-validation/py-schema-validation.py")"}" -SEMN_VALIDATOR="${3:-"$(realpath "${MYDIR}/../examples/py-semantic-validation/py-semantic-validation.py")"}" +JSON_VALIDATOR="$(realpath "${3:-"${MYDIR}/../examples/py-schema-validation/py-schema-validation.py"}")" +SEMN_VALIDATOR="$(realpath "${4:-"${MYDIR}/../examples/py-semantic-validation/py-semantic-validation.py"}")" if [ $# -eq 0 -a -x "${MYDIR}/../libnDPI/tests/pcap" ]; then nDPI_SOURCE_ROOT="${MYDIR}/../libnDPI" -- cgit v1.2.3