test: Update 5 files
This commit is contained in:
@ -28,3 +28,13 @@ else
|
||||
echo "ipdemo binary not found - run ./build.sh first"
|
||||
fi
|
||||
|
||||
# Test cprdemo
|
||||
if [ -f "${SCRIPT_DIR}/output/cprdemo" ]; then
|
||||
echo ""
|
||||
echo "Testing cprdemo..."
|
||||
echo "Running cprdemo..."
|
||||
# Run cprdemo and capture both stdout and stderr, ignoring the crash
|
||||
"${SCRIPT_DIR}/output/cprdemo" 2>&1 || true
|
||||
echo "cprdemo test completed!"
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user