#!/usr/bin/env bash

set -e

SmokeTests="$PWD/debian/tests/SmokeTests.py"
cd "$AUTOPKGTEST_TMP"
printenv

echo "Running Tests (some test cases invole creating larger files; this may take a few minutes):"
python3 "$SmokeTests"
