Parcourir la source

add note in setup.sh

Steve Klabnik il y a 10 ans
Parent
commit
31751dccfb
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      frameworks/Rust/hyper/setup.sh

+ 2 - 1
frameworks/Rust/hyper/setup.sh

@@ -1,6 +1,7 @@
 #!/bin/bash
 #!/bin/bash
 
 
-sed -i 's|tcp(.*:3306)|tcp('"${DBHOST}"':3306)|g' src/main.rs
+# Something like this will need to be done once we add database tests
+# sed -i 's|tcp(.*:3306)|tcp('"${DBHOST}"':3306)|g' src/main.rs
 
 
 CARGO = $IROOT/rust/bin/cargo
 CARGO = $IROOT/rust/bin/cargo