aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2024-05-25 13:23:11 -0500
committerCalvin Rose <calsrose@gmail.com>2024-05-25 13:23:11 -0500
commit8334504f4e5aa253502a45db3eeb4db265490b4e (patch)
tree0ac11eedb0d4cf35e6a94274555d40f316b26024 /test
parentAdd some test usage for the sample bundle. (diff)
More work on fixing bunlde tools install.
Diffstat (limited to 'test')
-rw-r--r--test/suite-bundle.janet3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/suite-bundle.janet b/test/suite-bundle.janet
index 9fd35dbc..8904b4a7 100644
--- a/test/suite-bundle.janet
+++ b/test/suite-bundle.janet
@@ -39,7 +39,7 @@
(rmrf syspath)
(os/mkdir syspath)
(put root-env *syspath* (os/realpath syspath))
-(setdyn *out* @"")
+#(setdyn *out* @"")
(assert (empty? (bundle/list)) "initial bundle/list")
(assert (empty? (bundle/topolist)) "initial bundle/topolist")
@@ -49,7 +49,6 @@
# Install deps (dep1 as :auto-remove)
(assert-no-error "sample-dep2"
- (print (dyn *syspath*))
(bundle/install "./examples/sample-dep2"))
(assert-no-error "sample-dep1" (bundle/install "./examples/sample-dep1"))
(assert-no-error "sample-dep2 reinstall" (bundle/reinstall "sample-dep2"))