
This was developed in a different repository, so the history will be archived there: https://github.com/jeapostrophe/galaxy
11 lines
229 B
Racket
11 lines
229 B
Racket
#lang racket/base
|
|
(require "shelly.rkt"
|
|
"util.rkt")
|
|
|
|
(pkg-tests
|
|
(with-fake-root
|
|
(shelly-case
|
|
"The main server works"
|
|
$ "raco pkg install planet2-example"
|
|
$ "racket -e '(require data/frob-nob)'" =exit> 42)))
|