mirror of
https://github.com/geohot/qira
synced 2025-03-13 02:23:07 +03:00
make flat bigger
This commit is contained in:
parent
4671570b02
commit
26eee09b75
@ -115,3 +115,5 @@ tar cvf qira-$VERSION.tar qira
|
||||
xz qira-$VERSION.tar
|
||||
cd ../
|
||||
|
||||
sha1sum distrib/qira-$VERSION.tar.xz
|
||||
|
||||
|
11
run_tests.sh
11
run_tests.sh
@ -1,4 +1,14 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
# test distribution
|
||||
if [ "$1" == "distrib" ] ; then
|
||||
echo "*** testing distrib"
|
||||
./bdistrib.sh
|
||||
cd distrib/qira
|
||||
./install.sh
|
||||
cd ../../
|
||||
fi
|
||||
|
||||
source venv/bin/activate
|
||||
nosetests
|
||||
|
||||
@ -13,4 +23,3 @@ phantomjs qira_tests/load_page.js
|
||||
|
||||
kill $QIRA_PID
|
||||
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
.flat {
|
||||
border: 1px solid gray;
|
||||
background-color: #CCCCCC;
|
||||
width: 600px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user