Skip to content

Commit

Permalink
build: make integration-tests.sh verbose (set -x and -v)
Browse files Browse the repository at this point in the history
Also:

* Make it exit quick (set -x).
* Add its corresponding hashbang.
  • Loading branch information
Jonathan Ginsburg committed Mar 30, 2022
1 parent f45a3d6 commit a694098
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/integration-tests.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env bash
set -xve
PKG_FILE="$PWD/$(npm pack)"
git clone https://github.com/karma-runner/integration-tests.git --depth 1
cd integration-tests
Expand Down

3 comments on commit a694098

@XhmikosR
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice if this file was cross-platform. :)

@jginsburgn
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice if this file was cross-platform. :)

Which platform should we include?

@XhmikosR
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #314 for more info :)

Please sign in to comment.