mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-14 15:53:28 +01:00
wombat + tests
- add build-wombat.sh for building wombat - fix tests (no more karma tests, now in wombat) - update to latest wombat
This commit is contained in:
parent
db50efc558
commit
d2467d5fad
@ -3,7 +3,6 @@ set -e
|
||||
|
||||
if [ "$WR_TEST" = "no" ]; then
|
||||
python setup.py test
|
||||
cd karma-tests && make test && cd ..
|
||||
else
|
||||
cd webrecorder-tests
|
||||
INTRAVIS=1 pytest -m "pywbtest and chrometest"
|
||||
|
9
build-wombat.sh
Executable file
9
build-wombat.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
CURR_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||||
|
||||
cd $CURR_DIR/wombat
|
||||
export OUTPUT_DIR=../pywb/static/
|
||||
yarn install
|
||||
yarn run build-prod
|
||||
#cp ./dist/*.js ../pywb/static/
|
2
wombat
2
wombat
@ -1 +1 @@
|
||||
Subproject commit 0b0c171a4f0f34114ba3cefd5ba80304515f4ef8
|
||||
Subproject commit 2e6eb7a0c3772da61ff24f07bca7e69ccf346db4
|
Loading…
x
Reference in New Issue
Block a user