Skip to content

Commit

Permalink
return 1 from tests to signal success
Browse files Browse the repository at this point in the history
  • Loading branch information
iraikov committed Apr 30, 2019
1 parent b00fcbf commit bf8dc5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/run.scm
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,5 @@
(print (linear-regression tdf9 'abs 'sum))

(df-store tdf8 (current-output-port))

(exit 1)

0 comments on commit bf8dc5f

Please sign in to comment.