فهرست منبع

Regression tests: reenable support for travis.

Kim Kulling 9 سال پیش
والد
کامیت
69aa4655ad
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      .travis.sh

+ 2 - 2
.travis.sh

@@ -11,6 +11,6 @@ else
     && sudo make install \
     && sudo ldconfig \
     && (cd test/unit; ../../bin/unit) \
-    #&& (cd test/regression; chmod 755 run.py; ./run.py; \
-	  #chmod 755 result_checker.py; ./result_checker.py)
+    && (cd test/regression; chmod 755 run.py; ./run.py; \
+	   chmod 755 result_checker.py; ./result_checker.py)
 fi