diff --git a/run-tests.sh b/run-tests.sh index 9c9ebe9e..a5862892 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -56,6 +56,8 @@ if ! test -x $ngless_bin ; then exit 1 fi +echo "Running with: $($ngless_bin --version-debug)" + basedir=$REPO for testdir in tests/*; do if test -d $testdir; then