Skip to content

Commit 34e3510

Browse files
committed
Update some references to the run-tests.sh script
1 parent 2a7d846 commit 34e3510

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ then:
137137

138138
Run the tests with:
139139

140-
$ ./run-tests.sh
140+
$ make test
141141

142142

143143
Before submitting a patch, or a pull request, make sure all tests are

watch-tests.watchr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ end
77

88
def run_all_tests
99
system('clear')
10-
result = run "./run-tests.sh"
10+
result = run "cask exec ecukes --no-win"
1111
puts result
1212
end
1313

1414
def run_test(file)
1515
system('clear')
16-
result = run "./run-tests.sh #{file} --verbose"
16+
result = run "cask exec ecukes #{file} --no-win --verbose"
1717
puts result
1818
end
1919

0 commit comments

Comments
 (0)