Skip to content

Commit

Permalink
Fail to run tests on windows #150
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Dec 11, 2023
1 parent 7f8736a commit 405cd64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makesurefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@define NEXT_VERSION '0.9.21'
@define GOAWK_VERSION '1.23.1'
@define JUST_VERSION '1.3.0'
@define FHTAGN_VERSION 'v0.1.0'
@define FHTAGN_VERSION '382e522'
@define GOAWK "goawk$GOAWK_VERSION"
@define JUST "just$JUST_VERSION"
@define FHTAGN_URL "https://github.com/xonixx/fhtagn/raw/$FHTAGN_VERSION/fhtagn.awk"
Expand Down Expand Up @@ -70,6 +70,7 @@

export NEXT_VERSION

[[ "$OSTYPE" == "linux-gnu"* ]] && [[ -d /dev/shm ]] && export TMPDIR="/dev/shm"
if "$FHTAGN" "$f"
then
echo "TESTS PASSED : $f"
Expand All @@ -86,6 +87,7 @@
@goal fhtagn
@doc 'runs all *.tush tests (fail at end)'
@depends_on prepared4tests
[[ "$OSTYPE" == "linux-gnu"* ]] && [[ -d /dev/shm ]] && export TMPDIR="/dev/shm"
MAKESURE=makesure_dev ALL=1 "$FHTAGN" tests/*.tush

@goal @glob 'tests/*.tush' @private
Expand Down

0 comments on commit 405cd64

Please sign in to comment.