Skip to content

Commit 0fe0506

Browse files
committed
bb tweak
1 parent 449ed51 commit 0fe0506

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bb.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
(spit ".nrepl-port" port)
1010
(fs/delete-on-exit ".nrepl-port")
1111
(deref proc))
12-
test (require 'java-time.bb-test-runner)}}
12+
test (require 'bb-test-runner)}}
1313

bin/bb-test-runner.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
set -e
4-
bb --debug --file ./bin/bb-test-runner.clj
4+
bb --debug test

bin/bb-test-runner.clj renamed to bin/bb_test_runner.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
'java-time.pre-java8
2424
'java-time
2525
])
26-
;;TODO
27-
(def test-nsyms [;'java-time-test
26+
27+
(def test-nsyms ['java-time-test
2828
'java-time.graph-test])
2929

3030
(some->> (seq (concat require-nsyms test-nsyms))

0 commit comments

Comments
 (0)