Skip to content
Snippets Groups Projects
Commit 063e3292 authored by Anh's avatar Anh
Browse files

Better error message

Former-commit-id: 551ccf8b9eaada8493c4f027f55f6e1a8afa66da
parent bc0ce9c0
No related branches found
No related tags found
No related merge requests found
......@@ -28,12 +28,12 @@ if [ -z "$seq" ]; then
cp $CFAR_HOME/DieHard/src/libdiehard.so libheaprand.so
else
if [ ! -f $CFAR_HOME/DieHard/src/libdiehard-4k.so ]; then
echo "ERROR: DieHard library not built/found" | tee warning.txt
echo "ERROR: DieHard library 4k not built/found" | tee warning.txt
exit 1
fi
if [ ! -f $CFAR_HOME/DieHard/src/libdiehard-32k.so ]; then
echo "ERROR: DieHard library not built/found" | tee warning.txt
echo "ERROR: DieHard library 32k not built/found" | tee warning.txt
exit 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment