Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F10360661
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
742 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/tests/run_test.sh b/tests/run_test.sh
index f1af4830..45471775 100755
--- a/tests/run_test.sh
+++ b/tests/run_test.sh
@@ -1,16 +1,16 @@
#/bin/bash
if hash jscoverage 2>/dev/null; then
echo "true"
else
echo "cloning jscoverage..."
- git clone https://github.com/visionmedia/node-jscoverage.git &> /dev/null
+ git clone https://github.com/visionmedia/node-jscoverage.git >&-
echo " done!"
- cd node-jscoverage/ &> /dev/null
+ cd node-jscoverage/ >&-
echo "configuring jscoverage..."
./configure
echo " done!"
echo "installing jscoverage...."
- make && sudo make install &> /dev/null
+ make && sudo make install >&-
echo " done!"
fi
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Nov 8, 08:14 (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1034320
Default Alt Text
(742 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment