mcelog/tests/run_tests.sh
Prarit Bhargava 364e9a1c47 Add tests
Resolves: bz2162168

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
2023-06-08 13:36:14 -04:00

13 lines
274 B
Bash
Executable File

#!/bin/bash
# fail the whole test set if any of the command pipelines fail
set -ex
# 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 version test
version.sh