Skip to content

Commit

Permalink
TST Debug capabilities of ngless binary used for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
unode committed Jan 31, 2017
1 parent ddde5a8 commit 6c49dab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c49dab

Please sign in to comment.