diff --git a/Libraries/LibJS/Tests/run-tests b/Libraries/LibJS/Tests/run-tests index 7cc52252cc..16146d3560 100755 --- a/Libraries/LibJS/Tests/run-tests +++ b/Libraries/LibJS/Tests/run-tests @@ -15,7 +15,7 @@ count=0 GLOBIGNORE=test-common.js for f in *.js; do - result=`$js_program -t $f` + result=`$js_program -t $f 2>/dev/null` if [ "$result" = "PASS" ]; then let pass_count++ echo -ne "( \033[32;1mPass\033[0m ) "