pentest-distro-builder/filesystem/root/.tmux/plugins/tmux-net-speed/run-tests.sh

7 lines
145 B
Bash
Executable file

#!/bin/bash -
CURRENT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
for testSuite in $CURRENT_DIR/tests/suites/* ; do
$testSuite
done