🔥 Remove unused config variables.

This commit is contained in:
Andrey Antukh 2021-01-29 11:00:54 +01:00 committed by Hirunatan
parent b44dfc2d9d
commit 393c9cd13c
5 changed files with 11 additions and 21 deletions

View file

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -ex
export PENPOT_ASSERTS_ENABLED=true
set -ex
# clojure -Ojmx-remote -A:dev -e "(set! *warn-on-reflection* true)" -m rebel-readline.main
clojure -A:jmx-remote:dev -J-Xms512m -J-Xmx512m -M -m rebel-readline.main

View file

@ -1,5 +1,7 @@
#!/bin/sh
export PENPOT_ASSERTS_ENABLED=true
set -ex
if [ ! -e ~/.fixtures-loaded ]; then