mstflint/tests/run_tests.sh
Kamal Heib f85c20ff3d Update to upstream release 4.24.0
Add gating tests
Resolves: rhbz#2170069

Signed-off-by: Kamal Heib <kheib@redhat.com>
2023-06-02 08:41:13 -04:00

11 lines
208 B
Bash
Executable File

#!/bin/bash
# when running this in 1minutetip the PATH must be specified to execute
# in the local directory.
echo "Setting path to local directory"
PATH=$PATH:$(pwd)
# simple sanity test
sanity.sh
exit $?